Dateutil added to requirements.

This commit is contained in:
Manuel Ebert 2013-12-22 18:46:26 +01:00
parent 01ab0fee83
commit 0ed711230a
5 changed files with 8 additions and 2 deletions

View file

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