Travis fix

This commit is contained in:
Manuel Ebert 2013-12-22 18:50:57 +01:00
parent 25ae0cae7b
commit 534dc63ec0

View file

@ -5,6 +5,7 @@ python:
- "3.3" - "3.3"
install: install:
- "pip install -q -r requirements.txt --use-mirrors" - "pip install -q -r requirements.txt --use-mirrors"
- "pip install -q behave"
# command to run tests # command to run tests
script: script:
- python --version - python --version