diff --git a/tox.ini b/tox.ini index 8bb56694..a95fb2de 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,14 @@ [tox] envlist = {3.6,3.7,3.8,3.9,3.10} +[gh-actions] +python = + 3.6: py36 + 3.7: py37 + 3.8: py38 + 3.9: py39 + 3.10: py310 + [testenv] commands = make check whitelist_externals = make