X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=tox.ini;h=ced00e3d6f814bfa18e492e0bb92339f4b1bd319;hb=bbfcf35cc50cc969dfc7abd5daed7fd496e4d269;hp=85c1d11548f5acf59f33c8377ff2fef860f58674;hpb=e64759c91f5d780d1af20c3d6210096e859380a9;p=mimedecode.git diff --git a/tox.ini b/tox.ini index 85c1d11..ced00e3 100644 --- a/tox.ini +++ b/tox.ini @@ -24,3 +24,12 @@ 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