Commit 74de4e98 authored by Jason R. Coombs's avatar Jason R. Coombs

The workaround is only needed for Python 2. Ref #1998.

parent 6214d4d2
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment