File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ language: python
44
55sudo : required
66
7- dist : precise
8-
97cache :
108 directories :
119 - $HOME/miniconda
@@ -26,25 +24,10 @@ services:
2624 - postgresql
2725
2826addons :
27+ postgresql : " 9.5"
2928 apt :
3029 packages :
31- # FIXME: when activating the services above I don't think these are needed.
32- - odbcinst1debian2
33- - odbcinst
34- - tdsodbc
35- - e2fsprogs
36- # FIXME: the dependencies below can probably be replaced by conda.
37- - libc6
38- - freetds-dev
39- - freetds-bin
40- - unixodbc
41- - unixodbc-dev
42- - mysql-client
43- # FIXME: I don't see the need for these anywhere.
44- - cmake
45- - libproj-dev
46- - libgeos-dev
47- - libspatialite-dev
30+ - postgresql-9.5-postgis-2.3
4831
4932matrix :
5033 fast_finish : true
@@ -63,12 +46,9 @@ matrix:
6346 - python : 3.6
6447 env : TEST_TARGET=default
6548
66- before_script :
49+ before_install :
6750 - ./ci-helpers/mysql_setup.sh
6851 - ./ci-helpers/postgres_setup.sh
69- - ./ci-helpers/travis/freetds.sh
70-
71- before_install :
7252 - |
7353 URL="http://bit.ly/miniconda"
7454 echo ""
You can’t perform that action at this time.
0 commit comments