tests: switch to python3

This commit is contained in:
Daniel Martí 2016-01-04 21:17:58 +01:00
parent a1703f1204
commit 24ad0418e3
9 changed files with 13 additions and 20 deletions

View file

@ -83,7 +83,7 @@ fi
# allow the location of python to be overridden
if [ -z $python ]; then
python=python2
python=python3
fi
set -x # show each command as it is executed