Updates travis build

This commit is contained in:
Manuel Ebert 2013-08-17 13:24:51 -07:00
parent 2a981d51e2
commit cc978cbc00

View file

@ -5,7 +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" - "pip install -q behave dateutil"
# command to run tests # command to run tests
script: script:
- python --version - python --version