Remove support for py26

Python 2.6 is not supported from Mitaka, as per Infra.
This patch removes the support for the same.

Change-Id: I966be07c8c7117d39182753b14c1c500c14cdf28
This commit is contained in:
Cao Xuan Hoang 2017-01-23 15:18:34 +07:00
parent 39a1840da6
commit 32555c34a0
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ classifier =
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 2.6
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5

View File

@ -1,5 +1,5 @@
[tox]
envlist =py35,py34,py26,py27,pep8
envlist =py35,py34,py27,pep8
minversion = 1.6
skipsdist = True