summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 8 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index ce97e99..4973a7e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,6 +3,14 @@ isolated_build = True
envlist = py38,py37,py36
skip_missing_interpreters = True
+[gh-actions]
+# https://github.com/ymyzk/tox-gh-actions
+python =
+ 3.6: py36
+ 3.7: py37
+ 3.8: py38
+ pypy3: pypy3
+
[testenv]
whitelist_externals = make
commands =