Skip to content

Commit 7956e0a

Browse files
committed
unpin mpl v1.4 in travis
1 parent 6fc2c0e commit 7956e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +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 matplotlib=1.4 coverage docopt requests pyyaml
37+
- conda install --yes numpy nose scipy matplotlib coverage docopt requests pyyaml
3838
- pip install coveralls
3939
- pip install .
4040

0 commit comments

Comments
 (0)