Added dateutil requirement for travis
python-dateutil was missing for a clean install of the module
This commit is contained in:
parent
9213c3057e
commit
a6300a13ab
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@ python:
|
||||||
- "3.2"
|
- "3.2"
|
||||||
- "3.3"
|
- "3.3"
|
||||||
# command to install dependencies
|
# command to install dependencies
|
||||||
install: "pip install lxml"
|
install: "pip install lxml python-dateutil"
|
||||||
# command to run tests
|
# command to run tests
|
||||||
script: py.test
|
script: py.test
|
Loading…
Reference in a new issue