Merge "Remove py26 from tox.ini and setup.cfg"

This commit is contained in:
Jenkins 2015-12-08 18:16:27 +00:00 committed by Gerrit Code Review
commit 7dcb033d5b
2 changed files with 2 additions and 3 deletions

View File

@ -6,7 +6,7 @@ description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://www.openstack.org/
home-page = http://docs.openstack.org/developer/solum
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
@ -16,7 +16,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

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py26,py27,py33,py34,pypy,pep8
envlist = py34,py33,py27,pypy,pep8
skipsdist = True
[testenv]