Skip to content

Commit

Permalink
TST: Use matplotlib from conda-forge's testing label.
Browse files Browse the repository at this point in the history
This bundles a fixed version of FreeType, so we won't need to worry
about those changes in test images.
  • Loading branch information
QuLogic committed Sep 25, 2018
1 parent 0ef03c4 commit 994c2af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ env:
# New FreeType causes changes in text output.
- NAME="Latest everything."
PYTHON_VERSION=3.6
PACKAGES="numpy matplotlib freetype<2.8 scipy"
PACKAGES="numpy matplotlib scipy"
- NAME="Latest everything (py2k)."
PYTHON_VERSION=2
PACKAGES="numpy matplotlib freetype<2.8 scipy mock"
PACKAGES="numpy matplotlib scipy mock"


sudo: false
Expand Down Expand Up @@ -45,6 +45,7 @@ install:

# Customise the testing environment
# ---------------------------------
- conda config --add channels conda-forge/label/testing
- conda config --add channels conda-forge
- PACKAGES="$PACKAGES cython pillow pytest pep8 proj4=4.* pyshp shapely six requests pyepsg owslib"
- conda install --quiet $PACKAGES
Expand Down

0 comments on commit 994c2af

Please sign in to comment.