summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini9
1 files changed, 9 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 9b234b3..d8d414e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -83,3 +83,12 @@ skip_install = true
deps =
commands = {envpython} dev/clean.py
skip_install = true
+
+# Get GitHub actions to run the correct tox environment
+[gh-actions]
+python =
+ 3.5: py35
+ 3.6: py36
+ 3.7: py37
+ 3.8: py38
+ 3.9: py39