X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=tox.ini;h=d428fdafcdf057f9da4e3b853581386a751fcde4;hb=eaca10a6f9782430108b05194ff7b0d961d124d5;hp=dc9f7a6a862290c6401af9e2b7a28324edbfa529;hpb=af8e01e4f23625b0a03d81b97b087b81cf9e08dd;p=mimedecode.git diff --git a/tox.ini b/tox.ini index dc9f7a6..d428fda 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},pypy [testenv] basepython = @@ -9,8 +9,12 @@ 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} pypy: {env:TOXPYTHON:pypy} deps = + pip < 19.2 + setuptools < 44 -rdevscripts/requirements/requirements_tests.txt changedir = test commands = @@ -18,3 +22,15 @@ 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 + pypy-2.7: pypy