From 01d0eb380765daab41a553973b00525fdfdb1adb Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Mon, 25 Feb 2019 12:16:03 +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: Iaa8e6ab9fc1a18d10f7d12eec0446d7db33d7f58 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e875a77..d3e8f2a 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 2.0 skipsdist = True -envlist = py27,py35,py36,pep8,cover,docs,releasenotes +envlist = py27,py35,py36,py37,pep8,cover,docs,releasenotes [testenv] usedevelop = True