diff --git a/.travis.yml b/.travis.yml index 032c10a..01354ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ install: - $INSTALLATION - pip install pytest_dbfixtures[mongodb,redis,rabbitmq,mysql,postgresql,elasticsearch,dynamodb,tests] coveralls wheel script: - - py.test -n $XDIST --max-slave-restart=0 --showlocals --verbose --cov pytest_dbfixtures tests -p no:dbfixtures + - py.test -n $XDIST --max-slave-restart=0 --showlocals --verbose --cov pytest_dbfixtures tests - pylama after_success: - coveralls diff --git a/tests/conftest.py b/tests/conftest.py index 94d6e4e..e69de29 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1 +0,0 @@ -from pytest_dbfixtures.plugin import * # noqa