Skip to content

Commit 4c1947c

Browse files
committed
organize and comment on the addons
1 parent 6a2db1e commit 4c1947c

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

.travis.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,20 @@ services:
1212
addons:
1313
apt:
1414
packages:
15-
- cmake
16-
- unixodbc
17-
- unixodbc-dev
15+
# FIXME: when activating the services above I don't think these are needed.
1816
- odbcinst1debian2
1917
- odbcinst
20-
- freetds-dev
21-
- freetds-bin
2218
- tdsodbc
23-
- libc6
2419
- e2fsprogs
20+
# FIXME: the dependencies below can probably be replaced by conda.
21+
- libc6
22+
- freetds-dev
23+
- freetds-bin
24+
- unixodbc
25+
- unixodbc-dev
2526
- mysql-client
27+
# FIXME: I don't see the need for these anywhere.
28+
- cmake
2629
- libproj-dev
2730
- libgeos-dev
2831
- libspatialite-dev

0 commit comments

Comments
 (0)