Fix travis build

pull/78/head
Konstantin Gründger 2019-09-12 20:50:30 +02:00 zatwierdzone przez Meisterschueler
rodzic 1303464346
commit 9da595aa09
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -20,9 +20,9 @@ before_script:
- psql -U postgres -c 'CREATE EXTENSION postgis;'
script:
- nosetests --with-coverage --cover-package=ogn_python
- nosetests --with-coverage --cover-package=app
- pip install . --upgrade
- python -c 'import ogn_python'
- python -c 'import app'
after_success:
- coveralls