diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2016-06-03 12:37:20 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2016-06-03 12:37:20 +1200 |
commit | e584ef0c56885032220479b3aea2daf386123cdf (patch) | |
tree | a4dee894d211056b5765c5ee1153c79fb443135a | |
parent | e60860e65d06d2b4452b7ea94902d79eed11d78c (diff) | |
download | mitmproxy-e584ef0c56885032220479b3aea2daf386123cdf.tar.gz mitmproxy-e584ef0c56885032220479b3aea2daf386123cdf.tar.bz2 mitmproxy-e584ef0c56885032220479b3aea2daf386123cdf.zip |
Make dev.sh noisy to troubleshoot OpenSSL travis issue
-rwxr-xr-x | dev.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ echo "Creating dev environment in $VENV using Python $PYVERSION" python$PYVERSION -m virtualenv "$VENV" --always-copy . "$VENV/bin/activate" pip$PYVERSION install -q -U pip setuptools -pip$PYVERSION install -q -r requirements.txt +pip$PYVERSION install -r requirements.txt echo "" echo "* Virtualenv created in $VENV and all dependencies installed." |