Add py36 and py37 tox envs

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

Change-Id: I05055a387877c1be107a88f2d8b96a6e85440939
This commit is contained in:
Manik Bindlish 2019-03-08 07:24:15 +00:00
parent 74e784cb9c
commit 759db16084
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.0
envlist = py35,py27,pypy,pep8
envlist = py35,py27,py36,py37,pypy,pep8
skipsdist = True
[testenv]