X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=tox.ini;h=d428fdafcdf057f9da4e3b853581386a751fcde4;hb=8ed9470ddc19eb62e6ce449e237e618d0ec1f38a;hp=81400c7d417b2d81e9a2f038f1bf3fe2b9d449f8;hpb=958026c593e5ddf97162d70d8c00642caa24527b;p=mimedecode.git diff --git a/tox.ini b/tox.ini index 81400c7..d428fda 100644 --- a/tox.ini +++ b/tox.ini @@ -13,6 +13,8 @@ basepython = py39: {env:TOXPYTHON:python3.9} pypy: {env:TOXPYTHON:pypy} deps = + pip < 19.2 + setuptools < 44 -rdevscripts/requirements/requirements_tests.txt changedir = test commands = @@ -22,3 +24,13 @@ commands = 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