[travis] Fixing environments (#4828)

This commit is contained in:
John Bodley
2018-04-15 16:21:33 -07:00
committed by GitHub
parent 3b18fbf9e3
commit 2900ca345d
4 changed files with 5 additions and 8 deletions

View File

@@ -7,10 +7,10 @@ from __future__ import unicode_literals
import textwrap
from sqlalchemy.engine.url import make_url
from tests.base_tests import SupersetTestCase
from superset import db
from superset.models.core import Database
from .base_tests import SupersetTestCase
class DatabaseModelTestCase(SupersetTestCase):