Corrected db name

pull/56/head
Konstantin Gründger 2016-07-02 20:22:30 +02:00
rodzic 9d3fea118b
commit 8269871c55
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -9,7 +9,7 @@ services:
before_script:
- flake8 tests ogn
- 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:
- nosetests --with-coverage --cover-package=ogn