From 759db160848fe5cff8dce3ac5d47736826fc2e4b Mon Sep 17 00:00:00 2001 From: Manik Bindlish Date: Fri, 8 Mar 2019 07:24:15 +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: I05055a387877c1be107a88f2d8b96a6e85440939 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 47e5801..9f5580f 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py35,py27,pypy,pep8 +envlist = py35,py27,py36,py37,pypy,pep8 skipsdist = True [testenv]