Add py37 tox env

With python3.7 jobs added to the Zuul jobs, it makes sense to add this to the tox config too.

Change-Id: I8217e0e311b62e21b3ef2f935b11a7e077ea1023
This commit is contained in:
Manik Bindlish 2019-03-08 06:49:05 +00:00
parent c975f08e9b
commit aa6f7df0be
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = pep8,py36,py27,pip-check-reqs
envlist = pep8,py36,py37,py27,pip-check-reqs
minversion = 2.3.1
skipsdist = True