kopia lustrzana https://github.com/glidernet/ogn-python
Correct travis
rodzic
e527531d00
commit
e46be20df6
|
@ -16,8 +16,9 @@ addons:
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- flake8 tests ogn_test
|
- flake8 tests ogn_test
|
||||||
- psql -c 'CREATE DATABASE ogn_test;' -U postgres
|
- psql -U postgres -c 'CREATE DATABASE ogn_test;'
|
||||||
- psql -c 'CREATE EXTENSION postgis;' -U postgres -d ogn_test
|
- psql -U postgres -c 'CREATE EXTENSION postgis;'
|
||||||
|
- psql -U postgres -d ogn_test
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- nosetests --with-coverage --cover-package=ogn
|
- nosetests --with-coverage --cover-package=ogn
|
||||||
|
|
Ładowanie…
Reference in New Issue