]> git.phdru.name Git - sqlconvert.git/blobdiff - tox.ini
CI: Run tests at Github Actions
[sqlconvert.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 460460d07604aa9ada9706c009fd6773ccfbf53e..c318bdb3732af16be2514f48599877b750666285 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -16,9 +16,13 @@ commands =
     {envpython} --version
     {envpython} -c "import struct; print(struct.calcsize('P') * 8)"
 deps =
+    pip < 19.2
+    setuptools < 44
     -rdevscripts/requirements/requirements_tests.txt
     postgres: psycopg2-binary
 passenv = PGPASSWORD
+setenv =
+    VIRTUALENV_PIP = 19.1.1
 platform = linux
 # Don't fail or warn on uninstalled commands
 whitelist_externals =