Drop python26 support for Kilo nova

Now that we have stopped running python26 jobs in the gate, remove
python26 from the list of jobs in tox

project-config patch: Ib495467e00e4b6abf2b3c2b9445b51652ba25167

Change-Id: I18262e91c9f5fc2381c6f5b37eb45b5f27aa81db
This commit is contained in:
Joe Gordon
2014-10-27 10:17:06 -07:00
parent c699fbdcfa
commit 053b3ab611
2 changed files with 1 additions and 5 deletions

View File

@@ -13,10 +13,6 @@ The preferred way to run the unit tests is using ``tox``. See `the
unit testing section of the Testing wiki page`_ and Nova's HACKING.rst
for more information. Following are some simple examples.
To run the Python 2.6 tests::
tox -e py26
To run the style tests:
tox -e pep8

View File

@@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py26,py27,pep8,pip-missing-reqs
envlist = py27,pep8,pip-missing-reqs
skipsdist = True
[testenv]