From b309b18f71db11f322fb8da894091bffc9041240 Mon Sep 17 00:00:00 2001 From: Alexander Hughes Date: Wed, 8 May 2019 08:24:21 -0500 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 99b648c3..61cd2a96 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py36,pep8,docs,cover +envlist = py36,py37,pep8,docs,cover minversion = 2.3.1 skipsdist = True