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
This commit is contained in:
Colleen Murphy 2019-02-25 12:16:03 +01:00
parent 2b8ce39b46
commit 01d0eb3807
1 changed files with 1 additions and 1 deletions

View File

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