PROTON-490: include python3.3 in allowable test cases
Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/dff246b0 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/dff246b0 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/dff246b0 Branch: refs/heads/master Commit: dff246b0b6e7f8fac38ed217e30910cbdf07eeea Parents: 0d1da5c Author: Ken Giusti <[email protected]> Authored: Wed Jun 17 15:58:10 2015 -0400 Committer: Ken Giusti <[email protected]> Committed: Wed Jun 17 15:58:10 2015 -0400 ---------------------------------------------------------------------- proton-c/bindings/python/tox.ini | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/dff246b0/proton-c/bindings/python/tox.ini ---------------------------------------------------------------------- diff --git a/proton-c/bindings/python/tox.ini b/proton-c/bindings/python/tox.ini index acfa5a1..6bbe1fc 100644 --- a/proton-c/bindings/python/tox.ini +++ b/proton-c/bindings/python/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,py34 +envlist = py27,py33,py34 minversion = 1.4 skipdist = True @@ -26,5 +26,8 @@ commands = python setup.py build_sphinx [testenv:py27] platform = linux|linux2 +[testenv:py33] +platform = linux|linux2 + [testenv:py34] -platform = linux|linux2 \ No newline at end of file +platform = linux|linux2 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
