Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
radekholy24 committed Mar 31, 2024
1 parent a9d9b31 commit 81b2a4b
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 @@ -9,8 +9,11 @@ envlist =
[testenv]
setenv =
PYTHONPATH = {toxinidir}:{toxinidir}/plans_payments
# TODO: Work around https://github.com/SmileyChris/django-countries/issues/442
#commands =
# python -W error::DeprecationWarning -m coverage run manage.py test
commands =
python -W error::DeprecationWarning -m coverage run manage.py test
python -m coverage run manage.py test
deps =
django-31: Django>=3.1,<3.2
django-32: Django>=3.2,<3.3
Expand Down

0 comments on commit 81b2a4b

Please sign in to comment.