You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kg...@apache.org on 2015/06/22 14:57:30 UTC

[27/34] qpid-proton git commit: PROTON-490: include python3.3 in allowable test cases

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 <kg...@apache.org>
Authored: Wed Jun 17 15:58:10 2015 -0400
Committer: Ken Giusti <kg...@apache.org>
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: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org