diff options
author | Masood Malekghassemi <atash@google.com> | 2016-06-04 03:24:46 -0700 |
---|---|---|
committer | Masood Malekghassemi <atash@google.com> | 2016-07-01 10:18:45 -0700 |
commit | ac586ba21e385319a17b8150b1cd681b96807898 (patch) | |
tree | a3f7da895feff50e23909579eb61a60343d741d1 /tools/gce | |
parent | 3b5b20682bf64e2f7275adec6983d6e390e7caf2 (diff) |
Remove tox
Diffstat (limited to 'tools/gce')
-rwxr-xr-x | tools/gce/linux_performance_worker_init.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/gce/linux_performance_worker_init.sh b/tools/gce/linux_performance_worker_init.sh index 9b8d1d1eb7..23a8f082b2 100755 --- a/tools/gce/linux_performance_worker_init.sh +++ b/tools/gce/linux_performance_worker_init.sh @@ -90,13 +90,11 @@ sudo apt-get install -y libgflags-dev libgtest-dev libc++-dev clang # Python dependencies sudo pip install tabulate sudo pip install google-api-python-client -sudo pip install tox curl -O https://bootstrap.pypa.io/get-pip.py sudo pypy get-pip.py sudo pypy -m pip install tabulate sudo pip install google-api-python-client -sudo pip install tox # Node dependencies (nvm has to be installed under user jenkins) touch .profile |