Merge "Remove py26 support"

This commit is contained in:
Zuul 2019-01-15 20:14:08 +00:00 committed by Gerrit Code Review
commit fb138f6de7
2 changed files with 1 additions and 2 deletions

View File

@ -15,7 +15,6 @@ 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.3
Programming Language :: Python :: 3.4

View File

@ -1,7 +1,7 @@
[tox]
minversion = 1.6
skipsdist = True
envlist = py26,py27,py26sa07,py27sa07,py26sa08,py27sa08,py26sa09,py27sa09,py33,py34,pep8
envlist = py27,py27sa07,py27sa08,py27sa09,py33,py34,pep8
[testenv]
usedevelop = True