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:
Adam Williamson 2020-04-08 11:47:06 -07:00
parent 0189b338d0
commit dce733d186
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
skipsdist = True
envlist = py37,py38
envlist = py37,py38,py39
skip_missing_interpreters = true
[testenv]
deps =