Skip to content
This repository has been archived by the owner on Sep 18, 2018. It is now read-only.

Commit

Permalink
Merge 0e97724 into 661c265
Browse files Browse the repository at this point in the history
  • Loading branch information
fizyk committed Jul 5, 2016
2 parents 661c265 + 0e97724 commit a6c3565
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ psycopg2==2.6.1
pyaml==15.8.2
pymlconf==0.4.0
pymongo==3.2.2
pytest==2.8.7
pytest==2.9.2
rabbitpy==0.27.1
redis==2.10.5
pyflakes==1.2.3
Expand Down
1 change: 0 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
from pytest_dbfixtures.plugin import * # noqa

0 comments on commit a6c3565

Please sign in to comment.