]> git.phdru.name Git - m_librarian.git/blobdiff - tox.ini
Tests(tox): Limit `pip` and `setuptools` versions for Python 3.4
[m_librarian.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 0f8e7cd3190028ab02bd46576140b1b30ec0e916..4d2880983b24ce3b8978aa0e3b9cadbb2903f705 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -16,6 +16,8 @@ commands =
     {envpython} --version
     {envpython} -c "import struct; print(struct.calcsize('P') * 8)"
 deps =
+    pip < 19.2
+    setuptools < 44
     -rdevscripts/requirements/requirements_tests.txt
 passenv = CI TRAVIS TRAVIS_* APPVEYOR DISTUTILS_USE_SDK MSSdk INCLUDE LIB WINDIR
 setenv =