Map gha to tox.

This commit is contained in:
Jannis Leidel 2020-11-26 09:28:20 +01:00
parent 7494d94b54
commit 8f7df22869
No known key found for this signature in database
GPG key ID: C795956FB489DCA9

View file

@ -25,3 +25,9 @@ deps =
commands =
python setup.py sdist bdist_wheel
twine check dist/*
[gh-actions]
python =
2.7: py27
3.7: py37