From 9da595aa098e65ce79aad1b998c007112f8b77da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20Gru=CC=88ndger?= Date: Thu, 12 Sep 2019 20:50:30 +0200 Subject: [PATCH] Fix travis build --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ec13787..c2deec4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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