From 8c1f22d9127786aa7111373362fa50da235b3726 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 25 Jul 2021 14:50:55 +0300 Subject: [PATCH] Tests(tox): Limit `VIRTUALENV_PIP` version for Python 3.4 --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 230ab1b..0f8e7cd 100644 --- a/tox.ini +++ b/tox.ini @@ -18,6 +18,8 @@ commands = deps = -rdevscripts/requirements/requirements_tests.txt passenv = CI TRAVIS TRAVIS_* APPVEYOR DISTUTILS_USE_SDK MSSdk INCLUDE LIB WINDIR +setenv = + VIRTUALENV_PIP = 19.1.1 platform = linux [testenv:{py27,py34,py35,py36,py37,py38,py39}-sqlite] -- 2.39.2