Skip to content

Commit 01eab0b

Browse files
author
Chang She
committed
TST: adds dateutil to travis-ci install commands
1 parent 2160b40 commit 01eab0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ python:
99

1010
install:
1111
- "if [[ $TRAVIS_PYTHON_VERSION == '2.5' ]]; then pip install --use-mirrors simplejson; fi"
12-
- pip install --use-mirrors cython numpy nose pytz
12+
- pip install --use-mirrors cython numpy nose pytz python-dateutil
1313

1414
script:
1515
- python setup.py build_ext install

0 commit comments

Comments
 (0)