Skip to content

Commit 9d95391

Browse files
committed
add pythons 39 and 3.10 to tox config
1 parent 8012c20 commit 9d95391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# For more information about tox, see https://tox.readthedocs.io/en/latest/
22
[tox]
3-
envlist = py36,py37,py38,flake8
3+
envlist = py36,py37,py38,py39,py310,flake8
44

55
[testenv]
66
deps = pytest>=3.0

0 commit comments

Comments
 (0)