Merge "Fix Python versions supported"
This commit is contained in:
commit
e5f96a88a7
@ -5,7 +5,7 @@ Installation
|
||||
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:
|
||||
|
||||
|
@ -10,10 +10,10 @@ classifier =
|
||||
License :: OSI Approved :: Apache Software License
|
||||
Programming Language :: Python
|
||||
Programming Language :: Python :: 2
|
||||
Programming Language :: Python :: 2.6
|
||||
Programming Language :: Python :: 2.7
|
||||
Programming Language :: Python :: 3
|
||||
Programming Language :: Python :: 3.2
|
||||
Programming Language :: Python :: 3.3
|
||||
Programming Language :: Python :: 3.4
|
||||
Intended Audience :: Developers
|
||||
Environment :: Console
|
||||
|
||||
|
@ -16,10 +16,10 @@ setup(
|
||||
'License :: OSI Approved :: Apache Software License',
|
||||
'Programming Language :: Python',
|
||||
'Programming Language :: Python :: 2',
|
||||
'Programming Language :: Python :: 2.6',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.2',
|
||||
'Programming Language :: Python :: 3.3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Intended Audience :: Developers',
|
||||
'Environment :: Console',
|
||||
],
|
||||
|
2
tox.ini
2
tox.ini
@ -1,5 +1,5 @@
|
||||
[tox]
|
||||
envlist = py33,py34,py26,py27,pypy,pep8,docs
|
||||
envlist = py34,py26,py27,pypy,pep8,docs
|
||||
|
||||
[testenv]
|
||||
deps =
|
||||
|
Loading…
x
Reference in New Issue
Block a user