aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/helper_scripts/build_python.sh
diff options
context:
space:
mode:
authorGravatar Ken Payson <kpayson@google.com>2017-06-01 14:27:52 -0700
committerGravatar Ken Payson <kpayson@google.com>2017-06-02 09:08:35 -0700
commit631862f42100520b0d5d4602aeb4e547581eef72 (patch)
treed2469251a221e2a5c6ad85a06fb48c4f4b49227d /tools/run_tests/helper_scripts/build_python.sh
parent35766734e8e7ae9378ea557437b0119711233902 (diff)
Change Python Windows tests to 3.5
Diffstat (limited to 'tools/run_tests/helper_scripts/build_python.sh')
-rwxr-xr-xtools/run_tests/helper_scripts/build_python.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/run_tests/helper_scripts/build_python.sh b/tools/run_tests/helper_scripts/build_python.sh
index 6ad285cdb9..bd4b40b508 100755
--- a/tools/run_tests/helper_scripts/build_python.sh
+++ b/tools/run_tests/helper_scripts/build_python.sh
@@ -146,6 +146,7 @@ fi
############################
# Perform build operations #
############################
+$PYTHON -m pip install virtualenv
# Instnatiate the virtualenv, preferring to do so from the relevant python
# version. Even if these commands fail (e.g. on Windows due to name conflicts)