From 1da908f749dfd8bc66d8c0bda4b0302cc0f343fa Mon Sep 17 00:00:00 2001 From: Ahmet Altay Date: Thu, 7 Jul 2016 16:38:52 -0700 Subject: [PATCH] Uncomment tox in the postcommit script. --- sdks/python/run_postcommit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/run_postcommit.sh b/sdks/python/run_postcommit.sh index 7af4e6c56cb5..23dd5169a4e4 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