Re-enable py39 in tox config
diff-cover merged my PR and cut a release, so I hope this should work again. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
0189b338d0
commit
dce733d186
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
@ -1,6 +1,6 @@
|
|||
[tox]
|
||||
skipsdist = True
|
||||
envlist = py37,py38
|
||||
envlist = py37,py38,py39
|
||||
skip_missing_interpreters = true
|
||||
[testenv]
|
||||
deps =
|
||||
|
|
Loading…
Reference in a new issue