From ea26e9923ab6fdc8c281640f728c3387fa83c684 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Mon, 5 Dec 2016 21:15:03 +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. Change-Id: I2bc764bd57f09ecaa4575628735ff68791b867cd --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5bc3522..24fce8a 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,pep8 +envlist = py35,py34,py27,pep8 [testenv] install_command = pip install -U {opts} {packages}