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 d4461c4 commit 2d79d7fCopy full SHA for 2d79d7f
.travis.yml
@@ -36,7 +36,7 @@ install:
36
37
- conda create --yes -n test python=$TRAVIS_PYTHON_VERSION
38
- source activate test
39
- - conda install --yes numpy matplotlib coverage docopt requests pyyaml
+ - conda install --yes --channel=conda-forge numpy matplotlib coverage docopt requests pyyaml
40
- conda install --yes --channel=conda-forge pytest pytest-cov pytest-mpl
41
- if [ ${COVERAGE} = true ]; then conda install scipy --yes; fi
42
- pip install coveralls
0 commit comments