Added dateutil requirement for travis

python-dateutil was missing for a clean install of the module
This commit is contained in:
snipem 2014-06-02 22:55:25 +02:00
parent 9213c3057e
commit a6300a13ab

View file

@ -5,6 +5,6 @@ python:
- "3.2"
- "3.3"
# command to install dependencies
install: "pip install lxml"
install: "pip install lxml python-dateutil"
# command to run tests
script: py.test