diff --git a/tox.ini b/tox.ini index ba5de23..a2505f0 100644 --- a/tox.ini +++ b/tox.ini @@ -29,7 +29,7 @@ deps = pytest-cov pytest-django commands = - pytest --cov=hybridrouter --cov-report=html --cov-report=xml --junitxml=junit.xml -o junit_family=legacy + pytest --cov=hybridrouter --cov-report=html --cov-report=xml --junitxml=junit.xml -o junit_family=legacy --ignore=app.py --ignore=tests/ codecov -f coverage.xml [testenv:py39]