Skip to content

Commit 5e22ff8

Browse files
authored
Add Python 3.9 into tox.ini
1 parent 429a8c3 commit 5e22ff8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ envlist =
55
clean,
66
check,
77
doc,
8-
{py36,py37,py38,pypy3},
8+
{py36,py37,py38,py39,pypy3},
99
report
1010

1111
[testenv]
@@ -14,6 +14,7 @@ basepython =
1414
py36: {env:TOXPYTHON:python3.6}
1515
py37: {env:TOXPYTHON:python3.7}
1616
py38: {env:TOXPYTHON:python3.8}
17+
py39: {env:TOXPYTHON:python3.9}
1718
{doc,spell,bootstrap,clean,check,report,codecov}: {env:TOXTOOLPYTHON:python3.8}
1819
setenv =
1920
PYTHONPATH={toxinidir}/tests

0 commit comments

Comments
 (0)