PROTON-490: Merge all sections into testenv (cherry picked from commit 33f486b59975d7bb10c48ad419ad7f1d5cf20e6f)
Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/13cc7292 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/13cc7292 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/13cc7292 Branch: refs/heads/kgiusti-python3 Commit: 13cc7292b947d64abc5512a5d0afa6e7cf072350 Parents: 6069e1f Author: Flavio Percoco <flape...@gmail.com> Authored: Thu Jun 18 09:58:40 2015 +0200 Committer: Ken Giusti <kgiu...@apache.org> Committed: Thu Jun 18 14:00:28 2015 -0400 ---------------------------------------------------------------------- proton-c/bindings/python/tox.ini | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/13cc7292/proton-c/bindings/python/tox.ini ---------------------------------------------------------------------- diff --git a/proton-c/bindings/python/tox.ini b/proton-c/bindings/python/tox.ini index 6bbe1fc..8a8c87c 100644 --- a/proton-c/bindings/python/tox.ini +++ b/proton-c/bindings/python/tox.ini @@ -6,6 +6,7 @@ skipdist = True [testenv] usedevelop = False #changedir = {toxinidir}/../../proton-c/include/ +platform = linux|linux2 setenv = VIRTUAL_ENV={envdir} PKG_CONFIG_PATH=None @@ -22,12 +23,3 @@ commands = flake8 [testenv:docs] commands = python setup.py build_sphinx - -[testenv:py27] -platform = linux|linux2 - -[testenv:py33] -platform = linux|linux2 - -[testenv:py34] -platform = linux|linux2 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org