Add Python 3.3 checking

This adds support for a working py33 tox target.

Change-Id: Icfe1ed7dd256568f33487d03ba9c9be9a454c84a
This commit is contained in:
Julien Danjou 2013-07-15 19:19:44 +02:00
parent b24d4ca203
commit 5f94c7ee4a
2 changed files with 14 additions and 0 deletions

10
test-requirements-py3.txt Normal file
View File

@ -0,0 +1,10 @@
coverage>=3.6
discover
fixtures>=0.3.12
flake8
python-subunit
sphinx>=1.1.2
-e bzr+lp:testrepository#egg=testrepository
testresources
testscenarios
testtools>=0.9.27

View File

@ -11,6 +11,10 @@ deps = -r{toxinidir}/requirements.txt
commands =
python setup.py testr --slowest --testr-args='{posargs}'
[testenv:py33]
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements-py3.txt
[tox:jenkins]
sitepackages = True
downloadcache = ~/cache/pip