Skip to content

Commit 002b836

Browse files
committed
fix: travis environment
1 parent ff67fa2 commit 002b836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ install:
4040
- conda create -n testenv --yes pip python=$TRAVIS_PYTHON_VERSION
4141
- source activate testenv
4242
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then pip install ordereddict; fi
43-
- conda install --yes numpy scipy nose networkx dateutil
43+
- conda install --yes numpy scipy nose networkx python-dateutil
4444
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then conda install --yes traits; else pip install traits; fi
4545
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then conda install --yes vtk; fi
4646
- pip install python-coveralls

0 commit comments

Comments
 (0)