commit | 483533d3a21a9d689aafb4c259301aa44cef75ed | [log] [tgz] |
---|---|---|
author | Josh Haberman <[email protected]> | Fri Feb 19 12:48:33 2016 -0800 |
committer | Josh Haberman <[email protected]> | Wed Mar 02 14:51:09 2016 -0800 |
tree | 7acb3a522eae9b4225881ca92f494e69e1ff2c46 | |
parent | 0b931bcd53897954cf96cd8075bb6fc16651559d [diff] [blame] |
Install Python deps in Docker image.
diff --git a/tools/run_tests/tests.sh b/tools/run_tests/tests.sh index db49975..5281cd2 100755 --- a/tools/run_tests/tests.sh +++ b/tools/run_tests/tests.sh
@@ -152,6 +152,9 @@ } internal_install_python_deps() { + if [ "$TRAVIS" != "true" ]; then + return; + fi # Install tox (OS X doesn't have pip). if [ $(uname -s) == "Darwin" ]; then sudo easy_install tox