summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2020-11-23 20:23:55 -0800
committerSeth Morton <seth.m.morton@gmail.com>2020-11-23 20:41:11 -0800
commitea29081da6e7f4b14e8554446a8289d4d2015748 (patch)
tree0e557a45eca08b80a0d7f4fa5c4dd65197d99cd0 /tox.ini
parentd1de97826b8a1f4f578336fea541ac81eb6047f8 (diff)
downloadnatsort-ea29081da6e7f4b14e8554446a8289d4d2015748.tar.gz
Fix simple bugs preventing tox to run
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