Skip to content

Commit

Permalink
fix: upgraded tox to 4 for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
zubairshakoorarbisoft committed Nov 1, 2023
1 parent 722faf9 commit 535f882
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ six==1.16.0
# via tox
tomli==2.0.1
# via tox
tox==3.28.0
tox==4.11.3
# via
# -c requirements/common_constraints.txt
# -r requirements/ci.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ tomli==2.0.1
# pip-tools
# pyproject-hooks
# tox
tox==3.28.0
tox==4.11.3
# via
# -c requirements/common_constraints.txt
# -r requirements/dev.in
Expand Down
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 535f882

Please sign in to comment.