Skip to content

Commit 4864e51

Browse files
committed
Add py39 to tox
1 parent 8fbe8a6 commit 4864e51

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ envlist =
88
py36
99
py37
1010
py38
11+
py39
1112

1213
[testenv:pep8]
1314
usedevelop = false
@@ -22,6 +23,7 @@ basepython =
2223
py36: python3.6
2324
py37: python3.7
2425
py38: python3.8
26+
py39: python3.9
2527
deps = -r{toxinidir}/tests/requirements.txt
2628
commands =
2729
pytest tests/

0 commit comments

Comments
 (0)