We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9b63b0 commit 3f2f988Copy full SHA for 3f2f988
.github/workflows/build.yml .github/workflows/test.yml.github/workflows/build.yml renamed to .github/workflows/test.yml
tox.ini
@@ -3,6 +3,7 @@
3
# test suite on all supported python versions. To use it, "pip install tox"
4
# and then run "tox" from this directory.
5
6
+# Note: These versions are used when you run tox locally, but gh actions has its own env list.
7
[tox]
8
envlist = py35, py36, py37, py38, py39, py310
9
0 commit comments