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 068787e commit 6815096Copy full SHA for 6815096
.travis.yml
@@ -8,21 +8,22 @@ env:
8
- TEST_ARGS=--no-pep8
9
- BUILD_LIBGEOS=false
10
11
+# install apt binary packages
12
+addons:
13
+ apt:
14
+ packages:
15
+ - libgeos-3.3.8
16
+ # matplotlib requirements
17
+ - libpng12-dev
18
+ - libfreetype6-dev
19
+ # helpers utilities
20
+ - autotools-dev
21
+ - wget
22
+
23
language: python
24
25
cache: pip
26
- # install apt binary pacakages early
- addons:
- apt:
- packages:
- - libgeos-3.3.8
- # matplotlib requirements
- - libpng12-dev
- - libfreetype6-dev
- # helpers utilities
- - autotools-dev
- - wget
27
28
# matrix generates 6 test cases
29
matrix:
0 commit comments