Skip to content

Commit

Permalink
MNT: Pin matplotlib to <2.1 for testing
Browse files Browse the repository at this point in the history
For now, let's just get the test suite back to green on Travis.
  • Loading branch information
dopplershift committed Oct 19, 2017
1 parent 9e9a941 commit 0ed05c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ env:
# Remove nose from latest packages when Matplotlib 2.1 is released.
- NAME="Latest everything."
PYTHON_VERSION=3.6
PACKAGES="numpy matplotlib nose scipy"
PACKAGES="numpy matplotlib<2.1 nose scipy"
- NAME="Latest everything (py2k)."
PYTHON_VERSION=2
PACKAGES="numpy matplotlib nose scipy mock"
PACKAGES="numpy matplotlib<2.1 nose scipy mock"


sudo: false
Expand Down

0 comments on commit 0ed05c7

Please sign in to comment.