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 so that developers can run those
tests as well.

Change-Id: I51c76a0515e80de590da9d511dfd51f82153a72e
This commit is contained in:
Colleen Murphy 2019-02-25 12:13:24 +01:00
parent 193f812393
commit 09ce909e4f
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.0
envlist = py35,py27,pep8,docs
envlist = py37,py36,py35,py27,pep8,docs
[testenv]
install_command = pip install {opts} {packages}