From 5f48d61697fe2f98ff528fcad2291a5222d237c7 Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Sun, 24 Oct 2021 12:15:15 +1300 Subject: [PATCH] Python environments for GitHub Actions --- tox.ini | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tox.ini b/tox.ini index a4392f90..0d1394f7 100755 --- a/tox.ini +++ b/tox.ini @@ -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]