Skip to content

Commit a6300a1

Browse files
committed
Added dateutil requirement for travis
python-dateutil was missing for a clean install of the module
1 parent 9213c30 commit a6300a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ python:
55
- "3.2"
66
- "3.3"
77
# command to install dependencies
8-
install: "pip install lxml"
8+
install: "pip install lxml python-dateutil"
99
# command to run tests
1010
script: py.test

0 commit comments

Comments
 (0)