[PATCH python] tox: Test with Python 3.6, 3.7 and 3.8

Radostin Stoyanov rstoyanov at fedoraproject.org
Sun Mar 29 07:30:43 UTC 2020


Support for Python 2.X has been dropped with commit b22e4f2.

Signed-off-by: Radostin Stoyanov <rstoyanov at fedoraproject.org>
---
 tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tox.ini b/tox.ini
index e8c33f1..de683b9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
 [tox]
-envlist = py26,py27,py34
+envlist = py36,py37,py38
 
 [testenv]
 deps=
-- 
2.25.1





More information about the libvir-list mailing list