We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fc8b1e commit 8a3315fCopy full SHA for 8a3315f
1 file changed
tox.ini
@@ -2,6 +2,12 @@
2
isolated_build = True
3
envlist = py38,py39,py310
4
5
+[gh-actions]
6
+python =
7
+ 3.8: py38
8
+ 3.9: py39
9
+ 3.10: py310
10
+
11
[testenv]
12
deps =
13
black
0 commit comments