diff --git a/tox.ini b/tox.ini index 82798db..bf9ec70 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,10 @@ envlist = python{3.8}-django{32,40,42},quality [testenv] -passenv = CI TRAVIS TRAVIS_* +passenv = + CI + TRAVIS + TRAVIS_* commands = python -Wd -m pytest --cov {posargs} python -m coverage html