PROTON-895: Let tox handle sdist and install steps (patch from Flavio Percoco).
Since we're not using cmake anymore, we can let tox handle the sdist and install steps so that everything happens within the tox venv. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/f6e1948c Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/f6e1948c Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/f6e1948c Branch: refs/heads/PROTON-781-ruby-reactor-apis Commit: f6e1948c840e819ef264303b012aa450e2988f8a Parents: 990b11e Author: Gordon Sim <g...@redhat.com> Authored: Fri Jun 12 13:55:47 2015 +0100 Committer: Gordon Sim <g...@redhat.com> Committed: Fri Jun 12 13:55:47 2015 +0100 ---------------------------------------------------------------------- proton-c/bindings/python/tox.ini | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/f6e1948c/proton-c/bindings/python/tox.ini ---------------------------------------------------------------------- diff --git a/proton-c/bindings/python/tox.ini b/proton-c/bindings/python/tox.ini index aab5e4e..dddfe74 100644 --- a/proton-c/bindings/python/tox.ini +++ b/proton-c/bindings/python/tox.ini @@ -22,15 +22,11 @@ commands = python setup.py build_sphinx [testenv:build] usedevelop = False -skipdist = True -changedir = {toxinidir} platform = linux2 -skip_install = True setenv = VIRTUAL_ENV={envdir} PKG_CONFIG_PATH=None QPID_PROTON_SRC={toxinidir}/../../../ DEBUG=True commands = - {envbindir}/python setup.py build -b {envbindir}/build install {toxinidir}/../../../tests/python/proton-test {posargs} \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org