Add py37 to tox

This change depends on https://review.opendev.org/#/c/640645/
The changes in 640645 streamline the zuul jobs.

The changes in this patchset build off that, and adds py37 to tox
venv to ensure developers can perform the same tests that Zuul does
which includes both py36 and py37.

Change-Id: I07ad7524e007c02457bd738240e379b852179622
This commit is contained in:
Alexander Hughes 2019-05-08 08:24:21 -05:00
parent 6c1b6e65b8
commit b309b18f71
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py36,pep8,docs,cover
envlist = py36,py37,pep8,docs,cover
minversion = 2.3.1
skipsdist = True