From b670763b2ae98c43b3c2b9d62da6db33bf685e75 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Mon, 5 Dec 2016 21:14:58 +0000 Subject: [PATCH] Update default environment list The Blazar code base is not yet compatible with Python 3. Having tox environments for them is a first step towards fixing it. This commit also removes the Python 2.6 environment which is now unsupported by OpenStack. Change-Id: I7036294c6ce6b31661396eea94d94b662ab2c63b --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e798988..e49753b 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,pep8 +envlist = py35,py34,py27,pep8 minversion = 1.6 skipsdist = True