From 2a2da92b9fd2268ff3d4d5293b2fcdacad0fc859 Mon Sep 17 00:00:00 2001 From: Delta Regeer Date: Tue, 13 Aug 2024 22:21:47 -0600 Subject: [PATCH] Support for Python 2.7 requires an old version of virtualenv --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index eb81bd44..8fc335d9 100644 --- a/tox.ini +++ b/tox.ini @@ -1,4 +1,5 @@ [tox] +requires = virtualenv<20.22.0 envlist = py27,py34,py35,py36,py37,pypy, docs,coverage,pep8