X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=tox.ini;h=7c4123d16836e670bd8b00df855a604fc8c9212e;hb=8b4ab222bb55d5b384c97c11aa492bd098a16f11;hp=dc9f7a6a862290c6401af9e2b7a28324edbfa529;hpb=af8e01e4f23625b0a03d81b97b087b81cf9e08dd;p=mimedecode.git diff --git a/tox.ini b/tox.ini index dc9f7a6..7c4123d 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py{27,34,35,36,37},pypy +envlist = py27,py3{4,5,6,7,8,9,10},pypy [testenv] basepython = @@ -9,6 +9,9 @@ basepython = 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} + py310: {env:TOXPYTHON:python3.10} pypy: {env:TOXPYTHON:pypy} deps = -rdevscripts/requirements/requirements_tests.txt @@ -18,3 +21,14 @@ commands = {envpython} -c "import struct; print(struct.calcsize('P') * 8)" ./test_all passenv = HOME + +[gh-actions] +python = + 2.7: py27 + 3.5: py35 + 3.6: py36 + 3.7: py37 + 3.8: py38 + 3.9: py39 + 3.10: py310 + pypy-2.7: pypy