Skip to content

Commit 06f356b

Browse files
authored
Fix tox not picking up Python 3.6 (#1035)
1 parent 16e346d commit 06f356b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
[tox]
2+
# downgrade virtualenv to 20.21.0 have python 3.6 support
3+
# https://github.com/tox-dev/tox/issues/2989
4+
requires = virtualenv<20.22.0
25
envlist =
36
py36
47
py37

0 commit comments

Comments
 (0)