We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff67fa2 commit 002b836Copy full SHA for 002b836
.travis.yml
@@ -40,7 +40,7 @@ install:
40
- conda create -n testenv --yes pip python=$TRAVIS_PYTHON_VERSION
41
- source activate testenv
42
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then pip install ordereddict; fi
43
-- conda install --yes numpy scipy nose networkx dateutil
+- conda install --yes numpy scipy nose networkx python-dateutil
44
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then conda install --yes traits; else pip install traits; fi
45
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then conda install --yes vtk; fi
46
- pip install python-coveralls
0 commit comments