aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-05-29 17:50:32 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-05-29 18:23:36 -0400
commit74de4e985eda49e38ece5805e05197dd4d2d9c8a (patch)
tree9b2eaca59f987350b8a87af830b0746c96d337fb /tox.ini
parent6214d4d20a1c329f0b333abcdaaf7d242eed5e3f (diff)
downloadexternal_python_setuptools-74de4e985eda49e38ece5805e05197dd4d2d9c8a.tar.gz
external_python_setuptools-74de4e985eda49e38ece5805e05197dd4d2d9c8a.tar.bz2
external_python_setuptools-74de4e985eda49e38ece5805e05197dd4d2d9c8a.zip
The workaround is only needed for Python 2. Ref #1998.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index aa99e283..d3df21bf 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,7 +8,7 @@ minversion = 3.2
requires =
tox-pip-version >= 0.0.6
# workaround for #1998
- virtualenv < 20
+ virtualenv < 20; python_version=="2.7"
[helpers]
# Custom pip behavior