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 095f1e8 commit 83a0d0cCopy full SHA for 83a0d0c
.travis.yml
@@ -21,6 +21,7 @@ install:
21
- conda update --yes conda
22
- conda create -n testenv --yes pip python=$TRAVIS_PYTHON_VERSION
23
- source activate testenv
24
+ - if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then pip install ordereddict; fi
25
- conda install --yes numpy scipy nose traits networkx dateutil
26
- pip install nibabel --use-mirrors
27
- pip install python-coveralls --use-mirrors
0 commit comments