]> git.phdru.name Git - mimedecode.git/blobdiff - tox.ini
CI: Github Actions
[mimedecode.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 85c1d11548f5acf59f33c8377ff2fef860f58674..ced00e3d6f814bfa18e492e0bb92339f4b1bd319 100644 (file)
--- 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