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 dfd3194 commit 63985eaCopy full SHA for 63985ea
.travis.yml
@@ -26,7 +26,7 @@ before_install:
26
install:
27
- conda create -n testenv --yes pip python=$TRAVIS_PYTHON_VERSION
28
- source activate testenv
29
- - conda install numpy scipy nose traits networkx dateutil
+ - conda install --yes numpy scipy nose traits networkx dateutil
30
- pip install nibabel --use-mirrors
31
- pip install python-coveralls --use-mirrors
32
- pip install nose-cov --use-mirrors
0 commit comments