using python3 in falback venv

This commit is contained in:
Martyn Inglis
2016-07-08 14:38:59 +01:00
parent ec01eee7b9
commit 0cc3bb5970

View File

@@ -21,7 +21,7 @@ function display_result {
}
if [ ! $VIRTUAL_ENV ]; then
virtualenv ./venv
virtualenv -p python3 ./venv
. ./venv/bin/activate
fi