kopia lustrzana https://github.com/glidernet/ogn-python
Corrected db name
rodzic
9d3fea118b
commit
8269871c55
|
@ -9,7 +9,7 @@ services:
|
||||||
before_script:
|
before_script:
|
||||||
- flake8 tests ogn
|
- flake8 tests ogn
|
||||||
- psql -c 'CREATE DATABASE ogn_test;' -U postgres
|
- psql -c 'CREATE DATABASE ogn_test;' -U postgres
|
||||||
- psql -c 'CREATE EXTENSION postgis;' -U postgres -d travis_postgis
|
- psql -c 'CREATE EXTENSION postgis;' -U postgres -d ogn_test
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- nosetests --with-coverage --cover-package=ogn
|
- nosetests --with-coverage --cover-package=ogn
|
||||||
|
|
Ładowanie…
Reference in New Issue