From a0a46a7708f01ff502e2532cd8f9e804995300e4 Mon Sep 17 00:00:00 2001 From: Ivar Lazzaro Date: Sat, 3 Jan 2015 01:55:08 +0100 Subject: [PATCH] py26 still present in tox.ini Closes-Bug: 1407181 Change-Id: I6af8e5e84685f28615c552bd111bec1562015811 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2c543ee2f..6fcae22ab 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,py33,pep8 +envlist = py27,py33,pep8 minversion = 1.6 skipsdist = True