]> 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 aa6b3878487aab897ec42683141620e57d347f5b..bd38e03e4e5d7f4b3d6ec30e8ee84cf0de64ad72 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,21 +1,8 @@
-# Tox (http://tox.testrun.org/) is a tool for running tests
-# in multiple virtualenvs. This configuration file will run the
-# test suite on all supported python versions. To use it, "pip install tox"
-# and then run "tox" from this directory.
-
 [tox]
-envlist = py27, py33, py34, py35, py36, pypy
-skip_missing_interpreters=true
-toxworkdir={homedir}/.tox/mimedecode
+minversion = 2.0
+envlist = py27,py3{4,5,6,7,8,9,10,11,12},pypy,pypy3
 
 [testenv]
-basepython =
-    py27: {env:TOXPYTHON:python2.7}
-    py33: {env:TOXPYTHON:python3.3}
-    py34: {env:TOXPYTHON:python3.4}
-    py35: {env:TOXPYTHON:python3.5}
-    py36: {env:TOXPYTHON:python3.6}
-    pypy: {env:TOXPYTHON:pypy}
 deps =
     -rdevscripts/requirements/requirements_tests.txt
 changedir = test
@@ -23,4 +10,4 @@ commands =
     {envpython} --version
     {envpython} -c "import struct; print(struct.calcsize('P') * 8)"
     ./test_all
-#whitelist_externals =
+passenv = HOME