Commit 5d5df849 authored by Jisi Liu's avatar Jisi Liu

clean up

parent 19a7e209
......@@ -11,11 +11,8 @@ function run_install_test() {
local PYTHON=$2
local PYPI=$3
#virtualenv -p `which $PYTHON` test-venv
virtualenv --no-site-packages -p `which $PYTHON` test-venv
#pip install --upgrade pip
# Intentionally put a broken protoc in the path to make sure installation
# doesn't require protoc installed.
touch test-venv/bin/protoc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment