Remove py26 support

As of mitaka, the infra team won't have the resources available to
reasonably test py26, also the oslo team is dropping py26 support
from their libraries. sine we rely on oslo for a lot of our work,
and depend on infra for our CI, we should drop py26 support too.
Closes-Bug: 1519510
Depends-On: I3ea60260b467710a3e287d88e026f72060f63a1d

Change-Id: I503715ce35d126d18df7f676edb128ba38f4f161
This commit is contained in:
ricolin
2015-12-02 23:07:19 +08:00
parent 91474bd8c5
commit 8a392994a6
2 changed files with 1 additions and 2 deletions

View File

@@ -15,7 +15,6 @@ classifier =
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4

View File

@@ -1,7 +1,7 @@
[tox]
minversion = 2.1
skipsdist = True
envlist = py26,py27,pep8,functional,cleanup
envlist = py27,pep8,functional,cleanup
[testenv]
usedevelop = True