Skip to content

Commit

Permalink
remove matplotlib from travis install script
Browse files Browse the repository at this point in the history
  • Loading branch information
cwmeijer committed Jan 8, 2019
1 parent e614545 commit 18d7402
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ before_install:
- conda update -q conda
- conda create -q -n test-environment python=$PYTHON_VERSION pip numpy pytest
- source activate test-environment
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
conda install matplotlib;
fi
- "pip install 'coverage<4'" # After 4, there is some issue when using python 3.2
- "pip install -r requirements.txt"
- "conda list" # Show the package versions (for debugging)
Expand Down

0 comments on commit 18d7402

Please sign in to comment.