From f8e0be59a2e770c801122b4405009d22dbc7fd2e Mon Sep 17 00:00:00 2001 From: manchandavishal Date: Wed, 27 Feb 2019 17:17:23 +0530 Subject: [PATCH] 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 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index a8b8a6ee27..7cc0d9ddf7 100644 --- a/tox.ini +++ b/tox.ini @@ -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]