Add python 3.8 and 3.9 to tox.ini
This commit is contained in:
parent
bc04fe22cf
commit
bc8357dc3c
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
@ -1,5 +1,5 @@
|
||||||
[tox]
|
[tox]
|
||||||
envlist = py36,py37
|
envlist = py36,py37,py38,py39
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
|
|
Loading…
Reference in a new issue