tox: disable py39 environment until diff-cover is fixed

diff-cover is broken on Python 3.9:
https://github.com/Bachmann1234/diff_cover/pull/140
once that is fixed we can re-enable this.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-04-07 12:20:50 -07:00
parent 1c3106ebe3
commit e2fdf125b2
1 changed files with 1 additions and 1 deletions

View File

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