aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2016-06-03 12:37:20 +1200
committerAldo Cortesi <aldo@nullcube.com>2016-06-03 12:37:20 +1200
commite584ef0c56885032220479b3aea2daf386123cdf (patch)
treea4dee894d211056b5765c5ee1153c79fb443135a
parente60860e65d06d2b4452b7ea94902d79eed11d78c (diff)
downloadmitmproxy-e584ef0c56885032220479b3aea2daf386123cdf.tar.gz
mitmproxy-e584ef0c56885032220479b3aea2daf386123cdf.tar.bz2
mitmproxy-e584ef0c56885032220479b3aea2daf386123cdf.zip
Make dev.sh noisy to troubleshoot OpenSSL travis issue
-rwxr-xr-xdev.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev.sh b/dev.sh
index 111f09bc..b692b036 100755
--- a/dev.sh
+++ b/dev.sh
@@ -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."