pull/68/head
Konstantin Gründger 2017-12-04 08:30:31 +01:00
rodzic e527531d00
commit e46be20df6
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -16,8 +16,9 @@ addons:
before_script:
- flake8 tests ogn_test
- psql -c 'CREATE DATABASE ogn_test;' -U postgres
- psql -c 'CREATE EXTENSION postgis;' -U postgres -d ogn_test
- psql -U postgres -c 'CREATE DATABASE ogn_test;'
- psql -U postgres -c 'CREATE EXTENSION postgis;'
- psql -U postgres -d ogn_test
script:
- nosetests --with-coverage --cover-package=ogn