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
This commit is contained in:
Radomir Dopieralski 2015-01-08 09:55:12 +01:00
parent dd674afa1a
commit 7646d826be

View File

@ -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}