X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=tox.ini;h=8673549f856a30e00abd408974b7ebe7e30c4071;hb=8a50fe99fcf1408204d0275bd96557b8a2eab234;hp=81400c7d417b2d81e9a2f038f1bf3fe2b9d449f8;hpb=958026c593e5ddf97162d70d8c00642caa24527b;p=mimedecode.git diff --git a/tox.ini b/tox.ini index 81400c7..8673549 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},pypy [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 @@ -20,5 +11,3 @@ commands = {envpython} -c "import struct; print(struct.calcsize('P') * 8)" ./test_all passenv = HOME -setenv = - VIRTUALENV_PIP = 19.1.1