aboutsummaryrefslogtreecommitdiffstats
path: root/dev.sh
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2016-12-23 20:30:04 +0100
committerMaximilian Hils <git@maximilianhils.com>2016-12-27 16:28:12 +0100
commit0bde932b78a46a2a69f1026c973c287b63d7d292 (patch)
treee13cc6551bd121b9fbf27bdf44cedcc21b86bf9f /dev.sh
parent38198769eb82465c4ee2af3c68d01bd0178875b8 (diff)
downloadmitmproxy-0bde932b78a46a2a69f1026c973c287b63d7d292.tar.gz
mitmproxy-0bde932b78a46a2a69f1026c973c287b63d7d292.tar.bz2
mitmproxy-0bde932b78a46a2a69f1026c973c287b63d7d292.zip
run tests on Python 3.6
Diffstat (limited to 'dev.sh')
-rwxr-xr-xdev.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev.sh b/dev.sh
index 4a2b766a..95e8b773 100755
--- a/dev.sh
+++ b/dev.sh
@@ -2,7 +2,7 @@
set -e
set -x
-PYVERSION=3.5
+PYVERSION=${1:-3.5}
VENV="venv$PYVERSION"
echo "Creating dev environment in $VENV using Python $PYVERSION"