From 4e79004730f2e180b56cfce1f5c885d30ffcd8d5 Mon Sep 17 00:00:00 2001 From: Manik Bindlish Date: Fri, 8 Mar 2019 07:19:26 +0000 Subject: [PATCH] Add py36 and py37 tox envs With python3.6 and python3.7 jobs added to the Zuul jobs, it makes sense to add this to the tox config too. Change-Id: If43229826b4860e39eb3334609a77be13f0df5fe --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 20a7779a..aa7bcd4e 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = pep8,py35,py27 +envlist = pep8,py35,py36,py37,py27 skipsdist = True [testenv]