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 f7f9e38 commit de50d46Copy full SHA for de50d46
.travis.yml
@@ -25,7 +25,7 @@ install:
25
- conda info -a
26
27
# Replace dep1 dep2 ... with your dependencies
28
- - conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION atlas numpy scipy matplotlib nose
+ - conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib nose
29
- source activate test-environment
30
#- conda install --yes -c dan_blanchard python-coveralls nose-cov
31
- pip install python-coveralls
0 commit comments