Skip to content

Commit

Permalink
Update tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
enzofrnt committed Dec 8, 2024
1 parent 3b9e7da commit f7c5924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit f7c5924

Please sign in to comment.