dev.sh: pin to v3.5 for now

We can generalise this again when 3.6 comes out...
This commit is contained in:
Aldo Cortesi 2016-10-21 10:46:03 +13:00
parent 635c77d4ed
commit 0ebcd21eb1

4
dev.sh
View File

@ -2,8 +2,8 @@
set -e set -e
set -x set -x
PYVERSION=$1 PYVERSION=3.5
VENV="venv$1" VENV="venv$PYVERSION"
echo "Creating dev environment in $VENV using Python $PYVERSION" echo "Creating dev environment in $VENV using Python $PYVERSION"