Repository: beam Updated Branches: refs/heads/master a859ec5a3 -> 6f0fb9d76
[BEAM-1633] Move .tox/ directory under target/ in Python SDK Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/5b068ece Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/5b068ece Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/5b068ece Branch: refs/heads/master Commit: 5b068ecede52dd0fdd0d907a5e8337f99096d368 Parents: a859ec5 Author: Tibor Kiss <[email protected]> Authored: Tue Mar 7 04:42:34 2017 -0800 Committer: Davor Bonaci <[email protected]> Committed: Tue Mar 7 10:09:30 2017 -0800 ---------------------------------------------------------------------- sdks/python/run_postcommit.sh | 2 +- sdks/python/tox.ini | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/5b068ece/sdks/python/run_postcommit.sh ---------------------------------------------------------------------- diff --git a/sdks/python/run_postcommit.sh b/sdks/python/run_postcommit.sh index 442dbae..1c0bbb2 100755 --- a/sdks/python/run_postcommit.sh +++ b/sdks/python/run_postcommit.sh @@ -32,7 +32,7 @@ set -v LOCAL_PATH=$HOME/.local/bin/ # Remove any tox cache from previous workspace -rm -rf sdks/python/.tox +rm -rf sdks/python/target/.tox # INFRA does not install virtualenv pip install virtualenv --user http://git-wip-us.apache.org/repos/asf/beam/blob/5b068ece/sdks/python/tox.ini ---------------------------------------------------------------------- diff --git a/sdks/python/tox.ini b/sdks/python/tox.ini index 3e4f2f2..8d8acfa 100644 --- a/sdks/python/tox.ini +++ b/sdks/python/tox.ini @@ -17,6 +17,7 @@ [tox] envlist = py27,py27gcp,py27cython,lint,docs +toxworkdir = {toxinidir}/target/.tox [pep8] # Disable all errors and warnings except for the ones related to blank lines.
