From 7646d826be18e7527a2e4fbaa04b1ef298505521 Mon Sep 17 00:00:00 2001 From: Radomir Dopieralski Date: Thu, 8 Jan 2015 09:55:12 +0100 Subject: [PATCH] Drops tests for Python 2.6 Since Horizon drops support for Python 2.6 starting with Kilo, the tests for Python 2.6 will no longer pass, so we have to drop them too. Change-Id: I70525f73a7e0b5a2bf5140242cbb3f96341e1825 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 11013456f..ac8f33450 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,py27dj14,py27dj15,py27dj16,pep8,selenium,jshint +envlist = py27,py27dj14,py27dj15,py27dj16,pep8,selenium,jshint [testenv] setenv = VIRTUAL_ENV={envdir}