X-Git-Url: https://git.phdru.name/?p=mimedecode.git;a=blobdiff_plain;f=tox.ini;h=dc9f7a6a862290c6401af9e2b7a28324edbfa529;hp=7d7449e17a6d2a670ecb63a2cff6e2c47ed06f59;hb=HEAD;hpb=f66c51ad1cbe157b0ba67841ce0f244090b37706 diff --git a/tox.ini b/tox.ini index 7d7449e..bd38e03 100644 --- a/tox.ini +++ b/tox.ini @@ -1,17 +1,8 @@ [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 = -rdevscripts/requirements/requirements_tests.txt changedir = test