From e2fdf125b2532d9b8f54a2d6aad15a23928a2686 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 7 Apr 2020 12:20:50 -0700 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5a2a84ab..ed4b5fb1 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] skipsdist = True -envlist = py37,py38,py39 +envlist = py37,py38 skip_missing_interpreters = true [testenv] deps =