limit the virtualenv version in python3.4

This commit is contained in:
Anthony Sottile 2020-10-02 14:02:36 -07:00
parent d0a0cb46d2
commit d3c55c1763

View file

@ -1 +1,3 @@
# https://github.com/pypa/virtualenv/issues/1963
virtualenv!=20.0.32;python_version=="3.4"
tox