]> git.phdru.name Git - mimedecode.git/blobdiff - tox.ini
Build(GHActions): Use `checkout@v4` instead of outdated `v2`
[mimedecode.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index ced00e3d6f814bfa18e492e0bb92339f4b1bd319..bd38e03e4e5d7f4b3d6ec30e8ee84cf0de64ad72 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,20 +1,9 @@
 [tox]
 minversion = 2.0
-envlist = py27,py3{4,5,6,7,8,9},pypy
+envlist = py27,py3{4,5,6,7,8,9,10,11,12},pypy,pypy3
 
 [testenv]
-basepython =
-    py27: {env:TOXPYTHON:python2.7}
-    py34: {env:TOXPYTHON:python3.4}
-    py35: {env:TOXPYTHON:python3.5}
-    py36: {env:TOXPYTHON:python3.6}
-    py37: {env:TOXPYTHON:python3.7}
-    py38: {env:TOXPYTHON:python3.8}
-    py39: {env:TOXPYTHON:python3.9}
-    pypy: {env:TOXPYTHON:pypy}
 deps =
-    pip < 19.2
-    setuptools < 44
     -rdevscripts/requirements/requirements_tests.txt
 changedir = test
 commands =
@@ -22,14 +11,3 @@ 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