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 35c02ab commit aaee58bCopy full SHA for aaee58b
.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 python-coveralls
+ - conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION atlas numpy scipy matplotlib nose
29
- source activate test-environment
30
- conda install --yes -c dan_blanchard python-coveralls nose-cov
31
- python setup.py install
0 commit comments