Merge "Fix Python versions supported"

This commit is contained in:
Jenkins 2015-05-17 21:59:57 +00:00 committed by Gerrit Code Review
commit e5f96a88a7
4 changed files with 6 additions and 6 deletions
doc/source
setup.cfg
stevedore/example
tox.ini

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

@ -10,10 +10,10 @@ classifier =
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.2 Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.3
Intended Audience :: Developers Intended Audience :: Developers
Environment :: Console Environment :: Console

@ -16,10 +16,10 @@ 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.2', 'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.3',
'Intended Audience :: Developers', 'Intended Audience :: Developers',
'Environment :: Console', 'Environment :: Console',
], ],

@ -1,5 +1,5 @@
[tox] [tox]
envlist = py33,py34,py26,py27,pypy,pep8,docs envlist = py34,py26,py27,pypy,pep8,docs
[testenv] [testenv]
deps = deps =