tox: use pytest from virtualenv

This commit is contained in:
Christophe Siraut 2019-11-12 15:49:55 +01:00
parent 7297f1e8ef
commit 6da991ddd3
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ deps =
pytest-django
tz
commands =
dj111: py.test-3 {posargs: --junitxml=test_{envname}_results.xml --cov-report xml --cov-report html --cov=logtracker -s -x tests/ --disable-warnings}
dj111: py.test {posargs: --junitxml=test_{envname}_results.xml --cov-report xml --cov-report html --cov=logtracker -s -x tests/ --disable-warnings}
[pytest]
filterwarnings =
once:.*