kopia lustrzana https://github.com/glidernet/ogn-python
Fix postgis problem
rodzic
32b6150728
commit
a77cdb6787
|
@ -11,6 +11,9 @@ services:
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- flake8 tests ogn
|
- flake8 tests ogn
|
||||||
|
- sudo apt-get autoremove postgis*
|
||||||
|
- sudo apt-get autoremove postgresql*
|
||||||
|
- sudo apt-get install postgresql-9.3-postgis-2.1
|
||||||
- psql -c 'CREATE DATABASE ogn_test;' -U postgres
|
- psql -c 'CREATE DATABASE ogn_test;' -U postgres
|
||||||
- psql -c 'CREATE EXTENSION postgis;' -U postgres -d ogn_test
|
- psql -c 'CREATE EXTENSION postgis;' -U postgres -d ogn_test
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue