Clean up Python 2.6 related stuff

Change-Id: I303465277b30dff66129b6c65112b3e427ee6292
This commit is contained in:
ChangBo Guo(gcb) 2015-11-26 18:09:38 +08:00
parent 284b7636af
commit bb73a14d24
4 changed files with 1 additions and 4 deletions

View File

@ -1,6 +1,5 @@
language: python language: python
python: python:
- "2.6"
- "2.7" - "2.7"
- "3.2" - "3.2"
- "3.3" - "3.3"

View File

@ -5,7 +5,7 @@ Installation
Python Versions Python Versions
=============== ===============
stevedore is tested under Python 2.6, 2.7 and 3.4. stevedore is tested under Python 2.7 and 3.4.
.. _install-basic: .. _install-basic:

View File

@ -15,7 +15,6 @@ setup(
'License :: OSI Approved :: Apache Software License', 'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python', 'Programming Language :: Python',
'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.4',

View File

@ -15,7 +15,6 @@ setup(
'License :: OSI Approved :: Apache Software License', 'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python', 'Programming Language :: Python',
'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.4',