]> git.phdru.name Git - mimedecode.git/blobdiff - tox.ini
CI(GHActions): fail no so fast
[mimedecode.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 7d7449e17a6d2a670ecb63a2cff6e2c47ed06f59..d428fdafcdf057f9da4e3b853581386a751fcde4 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -13,6 +13,8 @@ basepython =
     py39: {env:TOXPYTHON:python3.9}
     pypy: {env:TOXPYTHON:pypy}
 deps =
+    pip < 19.2
+    setuptools < 44
     -rdevscripts/requirements/requirements_tests.txt
 changedir = test
 commands =
@@ -20,3 +22,15 @@ commands =
     {envpython} -c "import struct; print(struct.calcsize('P') * 8)"
     ./test_all
 passenv = HOME
+setenv =
+    VIRTUALENV_PIP = 19.1.1
+
+[gh-actions]
+python =
+    2.7: py27
+    3.5: py35
+    3.6: py36
+    3.7: py37
+    3.8: py38
+    3.9: py39
+    pypy-2.7: pypy