We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9beed7 commit 0328861Copy full SHA for 0328861
.travis.yml
@@ -3,6 +3,7 @@ sudo: false
3
env:
4
global:
5
- NUMPY=numpy
6
+ - MPL=matplotlib
7
- TEST_ARGS=--no-pep8
8
9
language: python
@@ -30,6 +31,7 @@ install:
30
31
pip install --upgrade pip
32
pip install --upgrade setuptools
33
pip install $NUMPY
34
+ pip install $MPL
35
- |
36
cd geos-3.3.3
37
export GEOS_DIR=$HOME/.local/
0 commit comments