Skip to content

Commit

Permalink
Fix tox issues
Browse files Browse the repository at this point in the history
  • Loading branch information
apragacz committed Dec 29, 2023
1 parent d28753a commit 374f94e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
[tox]
requires =
virtualenv<20.22.0
envlist =
py{36}-django{20,21,22},
py{36,37}-django{30,31,32},
Expand All @@ -11,7 +13,10 @@ allowlist_externals =
make
setenv =
PYTHONPATH={toxinidir}
commands = make test ARGS="-v --cov --cov-report xml"
commands =
python -V
pip freeze
make test ARGS="-v --cov --cov-report xml"
envdir = {toxworkdir}/venv/{envname}
deps =
django20: Django>=2.0,<2.1
Expand Down

0 comments on commit 374f94e

Please sign in to comment.