dateutil -> python-dateutil

This commit is contained in:
Manuel Ebert 2013-08-17 18:14:06 -07:00
parent cc978cbc00
commit 788a8a8549

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