Skip to content

Commit 206af54

Browse files
committed
use mpl v1.4 from conda
1 parent a2e7b7c commit 206af54

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ install:
3434
- conda create --yes -n test python=$TRAVIS_PYTHON_VERSION
3535
- source activate test
3636
#- conda config --add channels phobson
37-
- conda install --yes numpy nose scipy
38-
- pip install matplotlib
39-
- conda install --yes coverage docopt requests pyyaml
37+
- conda install --yes numpy nose scipy matplotlib=1.4 coverage docopt requests pyyaml
4038
- pip install coveralls
4139
- pip install .
4240

0 commit comments

Comments
 (0)