Merge branch 'py34_virtualenv_fix' into 'master'

limit the virtualenv version in python3.4

See merge request pycqa/flake8!456
This commit is contained in:
Anthony Sottile 2020-10-02 21:12:50 +00:00
commit b5b4792f70

View file

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