From 76165b3f5679ddd39e9fbae4121ddbf4229223f8 Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Mon, 25 Feb 2019 12:07:00 +0100 Subject: [PATCH] Add py37 tox env With python3.7 jobs added to the Zuul jobs, it makes sense to add this to the tox config too so that developers can run python3.7 tests as well. Change-Id: I87ba933d57de746651427386d76d5b70b7cf45b8 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 15fe184192..41858fe1b0 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 2.3.1 skipsdist = True -envlist = py36,py35,py27,pep8,api-ref,docs,genconfig,genpolicy,releasenotes +envlist = py37,py36,py35,py27,pep8,api-ref,docs,genconfig,genpolicy,releasenotes [testenv] usedevelop = True