Skip to content

Commit 8a3315f

Browse files
committed
Add tox-gh-actions plugin to let github action run tox in multiple python environments
1 parent 7fc8b1e commit 8a3315f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tox.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
isolated_build = True
33
envlist = py38,py39,py310
44

5+
[gh-actions]
6+
python =
7+
3.8: py38
8+
3.9: py39
9+
3.10: py310
10+
511
[testenv]
612
deps =
713
black

0 commit comments

Comments
 (0)