You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by dh...@apache.org on 2016/07/08 05:04:27 UTC

[1/2] incubator-beam git commit: Uncomment tox in the postcommit script.

Repository: incubator-beam
Updated Branches:
  refs/heads/python-sdk a580b31ac -> e167d2b5a


Uncomment tox in the postcommit script.


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

Branch: refs/heads/python-sdk
Commit: 1da908f749dfd8bc66d8c0bda4b0302cc0f343fa
Parents: a580b31
Author: Ahmet Altay <al...@google.com>
Authored: Thu Jul 7 16:38:52 2016 -0700
Committer: Ahmet Altay <al...@google.com>
Committed: Thu Jul 7 16:38:52 2016 -0700

----------------------------------------------------------------------
 sdks/python/run_postcommit.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/1da908f7/sdks/python/run_postcommit.sh
----------------------------------------------------------------------
diff --git a/sdks/python/run_postcommit.sh b/sdks/python/run_postcommit.sh
index 7af4e6c..23dd516 100755
--- a/sdks/python/run_postcommit.sh
+++ b/sdks/python/run_postcommit.sh
@@ -38,7 +38,7 @@ pip install virtualenv --user
 pip install tox --user
 
 # Tox runs unit tests in a virtual environment
-# ${LOCAL_PATH}/tox -e py27 -c sdks/python/tox.ini
+${LOCAL_PATH}/tox -e py27 -c sdks/python/tox.ini
 
 # Virtualenv for the rest of the script to run setup & e2e tests
 ${LOCAL_PATH}/virtualenv sdks/python


[2/2] incubator-beam git commit: Closes #608

Posted by dh...@apache.org.
Closes #608


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

Branch: refs/heads/python-sdk
Commit: e167d2b5a9146f989ec069a53545e933029d7c1a
Parents: a580b31 1da908f
Author: Dan Halperin <dh...@google.com>
Authored: Thu Jul 7 22:04:21 2016 -0700
Committer: Dan Halperin <dh...@google.com>
Committed: Thu Jul 7 22:04:21 2016 -0700

----------------------------------------------------------------------
 sdks/python/run_postcommit.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------