You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2017/03/07 18:09:46 UTC

[1/2] beam git commit: [BEAM-1633] Move .tox/ directory under target/ in Python SDK

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 <ti...@gmail.com>
Authored: Tue Mar 7 04:42:34 2017 -0800
Committer: Davor Bonaci <da...@google.com>
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.


[2/2] beam git commit: This closes #2179

Posted by da...@apache.org.
This closes #2179


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/6f0fb9d7
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/6f0fb9d7
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/6f0fb9d7

Branch: refs/heads/master
Commit: 6f0fb9d769e5ab3ae8905fb1a37e783b0354fcd1
Parents: a859ec5 5b068ec
Author: Davor Bonaci <da...@google.com>
Authored: Tue Mar 7 10:09:39 2017 -0800
Committer: Davor Bonaci <da...@google.com>
Committed: Tue Mar 7 10:09:39 2017 -0800

----------------------------------------------------------------------
 sdks/python/run_postcommit.sh | 2 +-
 sdks/python/tox.ini           | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------