Skip to content

Commit 6815096

Browse files
committed
hopefully fixing yaml syntax error
1 parent 068787e commit 6815096

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

.travis.yml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,22 @@ env:
88
- TEST_ARGS=--no-pep8
99
- BUILD_LIBGEOS=false
1010

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+
1123
language: python
1224

1325
cache: pip
1426

15-
# install apt binary pacakages early
16-
addons:
17-
apt:
18-
packages:
19-
- libgeos-3.3.8
20-
# matplotlib requirements
21-
- libpng12-dev
22-
- libfreetype6-dev
23-
# helpers utilities
24-
- autotools-dev
25-
- wget
2627

2728
# matrix generates 6 test cases
2829
matrix:

0 commit comments

Comments
 (0)