run tests on Python 3.6

This commit is contained in:
Thomas Kriechbaumer
2016-12-23 20:30:04 +01:00
committed by Maximilian Hils
parent 38198769eb
commit 0bde932b78
5 changed files with 15 additions and 3 deletions

2
dev.sh
View File

@@ -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"