From 8f7df22869dfab4d7992d78926c40f24ab3c25eb Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Thu, 26 Nov 2020 09:28:20 +0100 Subject: [PATCH] Map gha to tox. --- tox.ini | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tox.ini b/tox.ini index 5647415..53ad40a 100644 --- a/tox.ini +++ b/tox.ini @@ -25,3 +25,9 @@ deps = commands = python setup.py sdist bdist_wheel twine check dist/* + + +[gh-actions] +python = + 2.7: py27 + 3.7: py37