From 362e04c4c9fa416967e5272fd49dc760b35f6432 Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Mon, 25 Feb 2019 12:11:07 +0100 Subject: 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: Iccc84a4336302b49a2d5e9a82518c06914f4794a --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 7b24a9c..facb7ce 100644 --- a/tox.ini +++ b/tox.ini @@ -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} -- cgit v1.2.1