Skip to content

Commit

Permalink
feat: update tox config for tox 4.0 (#160)
Browse files Browse the repository at this point in the history
Co-authored-by: UsamaSadiq <[email protected]>
  • Loading branch information
zubairshakoorarbisoft and UsamaSadiq authored Nov 8, 2023
1 parent 722faf9 commit df54de1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df54de1

Please sign in to comment.