Where does the travis stall comes from???

pull/78/head
Konstantin Gründger 2019-03-14 08:39:42 +01:00
rodzic f5e36391c2
commit a67aef730e
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -9,9 +9,9 @@ from ogn_python import db # noqa: E402
class TestBaseDB(unittest.TestCase):
@classmethod
def setUpClass(cls):
db.drop_all()
db.session.execute('CREATE EXTENSION IF NOT EXISTS postgis;')
db.session.commit()
db.drop_all()
db.create_all()
def setUp(self):