summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJens Diemer <github.com@jensdiemer.de>2020-02-13 10:41:24 +0100
committerGitHub <noreply@github.com>2020-02-13 10:41:24 +0100
commit1e2e2c4edb888b5c9a46f057880d441922878f5b (patch)
tree1eb9b13dd2b7fa6bef7135f01b41df7cd2413efa /tox.ini
parent00cbba43f0fcc8648bc1d2bb461647741f00bc4a (diff)
parent51a3622519aa0a04801038a95344f60040cae05c (diff)
downloadcreole-1e2e2c4edb888b5c9a46f057880d441922878f5b.tar.gz
Merge pull request #47 from jedie/update
Update
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 =