Skip to content

Commit 374f94e

Browse files
committed
Fix tox issues
1 parent d28753a commit 374f94e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tox.ini

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
[tox]
2+
requires =
3+
virtualenv<20.22.0
24
envlist =
35
py{36}-django{20,21,22},
46
py{36,37}-django{30,31,32},
@@ -11,7 +13,10 @@ allowlist_externals =
1113
make
1214
setenv =
1315
PYTHONPATH={toxinidir}
14-
commands = make test ARGS="-v --cov --cov-report xml"
16+
commands =
17+
python -V
18+
pip freeze
19+
make test ARGS="-v --cov --cov-report xml"
1520
envdir = {toxworkdir}/venv/{envname}
1621
deps =
1722
django20: Django>=2.0,<2.1

0 commit comments

Comments
 (0)