Skip to content

Commit

Permalink
travis: mpl not required
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Müller committed May 12, 2015
1 parent f1631dc commit f252408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ before_install:
- ./miniconda.sh -b
- export PATH=/home/travis/miniconda/bin:$PATH
- conda update --yes conda
- travis_retry conda install --yes python=$TRAVIS_PYTHON_VERSION pip numpy scipy matplotlib
- travis_retry conda install --yes python=$TRAVIS_PYTHON_VERSION pip numpy scipy
install:
- travis_retry pip install coverage
- travis_retry pip install coveralls
Expand Down

0 comments on commit f252408

Please sign in to comment.