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 e5162e4 commit dfd3194Copy full SHA for dfd3194
.travis.yml
@@ -24,7 +24,9 @@ before_install:
24
25
# Install packages
26
install:
27
- - conda install --yes pip python=$TRAVIS_PYTHON_VERSION numpy scipy nose traits networkx dateutil
+ - conda create -n testenv --yes pip python=$TRAVIS_PYTHON_VERSION
28
+ - source activate testenv
29
+ - conda install 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