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 a2e7b7c commit 206af54Copy full SHA for 206af54
.travis.yml
@@ -34,9 +34,7 @@ install:
34
- conda create --yes -n test python=$TRAVIS_PYTHON_VERSION
35
- source activate test
36
#- conda config --add channels phobson
37
- - conda install --yes numpy nose scipy
38
- - pip install matplotlib
39
- - conda install --yes coverage docopt requests pyyaml
+ - conda install --yes numpy nose scipy matplotlib=1.4 coverage docopt requests pyyaml
40
- pip install coveralls
41
- pip install .
42
0 commit comments