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
This commit is contained in:
Colleen Murphy 2019-02-25 12:07:00 +01:00
parent 77e50e49c5
commit 76165b3f56
1 changed files with 1 additions and 1 deletions

View File

@ -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