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: Icf4a05048c406250ad6331f5593617471dcba319
This commit is contained in:
manchandavishal 2019-02-27 17:17:23 +05:30 committed by Vishal Manchanda
parent 096438b647
commit f8e0be59a2
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[tox]
envlist = pep8,py27,py3-dj111,releasenotes,npm
minversion = 2.3.2
envlist = pep8,py27,py36,py37,py3-dj111,releasenotes,npm
minversion = 2.5.0
skipsdist = True
[testenv]