make: add support for building under python3.5 (#866)

This commit is contained in:
mgummelt
2017-01-04 13:17:25 -08:00
committed by tamarrow
parent 24afb2f975
commit 6b56a769f0
2 changed files with 2 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ BASEDIR=`dirname $0`/..
if [ ! -d "$BASEDIR/env" ]; then
pyvenv-3.4 $BASEDIR/env
pyvenv $BASEDIR/env
echo "Virtualenv created."
if [ -f "$BASEDIR/env/bin/activate" ]; then
@@ -28,4 +28,3 @@ elif [ ! -f "$BASEDIR/env/bin/activate" -o "$BASEDIR/setup.py" -nt "$BASEDIR/env
echo "Requirements installed."
fi