Advertise support for Python3.4 / Remove support for 3.3
Change-Id: Ib6382d1ef3b3f336f1c83390b544d7e659c88511
This commit is contained in:
@@ -17,7 +17,7 @@ classifier =
|
|||||||
Programming Language :: Python :: 2.7
|
Programming Language :: Python :: 2.7
|
||||||
Programming Language :: Python :: 2.6
|
Programming Language :: Python :: 2.6
|
||||||
Programming Language :: Python :: 3
|
Programming Language :: Python :: 3
|
||||||
Programming Language :: Python :: 3.3
|
Programming Language :: Python :: 3.4
|
||||||
|
|
||||||
[files]
|
[files]
|
||||||
packages =
|
packages =
|
||||||
|
4
tox.ini
4
tox.ini
@@ -19,10 +19,6 @@ commands =
|
|||||||
lockutils-wrapper python setup.py testr --slowest --testr-args='{posargs}'
|
lockutils-wrapper python setup.py testr --slowest --testr-args='{posargs}'
|
||||||
env TEST_EVENTLET=1 lockutils-wrapper python setup.py testr --slowest --testr-args='{posargs}'
|
env TEST_EVENTLET=1 lockutils-wrapper python setup.py testr --slowest --testr-args='{posargs}'
|
||||||
|
|
||||||
[testenv:py33]
|
|
||||||
commands =
|
|
||||||
lockutils-wrapper python setup.py testr --slowest --testr-args='{posargs}'
|
|
||||||
|
|
||||||
[testenv:py34]
|
[testenv:py34]
|
||||||
commands =
|
commands =
|
||||||
lockutils-wrapper python setup.py testr --slowest --testr-args='{posargs}'
|
lockutils-wrapper python setup.py testr --slowest --testr-args='{posargs}'
|
||||||
|
Reference in New Issue
Block a user