Python environments for GitHub Actions

This commit is contained in:
James Barnsley
2021-10-24 12:15:15 +13:00
parent 062865eaa6
commit 5f48d61697

View File

@ -1,6 +1,11 @@
[tox]
envlist = py37, py38, black, check-manifest, flake8
[gh-actions]
python =
3.7: py37
3.8: py38
[testenv]
sitepackages = true
deps = .[test]