Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdks/python/run_postcommit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down