Skip to content

Commit 0328861

Browse files
committed
Need to explicitly install matplotlib as well for travis.
1 parent b9beed7 commit 0328861

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ sudo: false
33
env:
44
global:
55
- NUMPY=numpy
6+
- MPL=matplotlib
67
- TEST_ARGS=--no-pep8
78

89
language: python
@@ -30,6 +31,7 @@ install:
3031
pip install --upgrade pip
3132
pip install --upgrade setuptools
3233
pip install $NUMPY
34+
pip install $MPL
3335
- |
3436
cd geos-3.3.3
3537
export GEOS_DIR=$HOME/.local/

0 commit comments

Comments
 (0)