Change default Python version in tests to 3.6.4
This commit is contained in:
parent
04fb8adbd9
commit
9ff1db1672
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ do
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
VERSION="${VERSION:-2.7.9}"
|
VERSION="${VERSION:-3.6.4}"
|
||||||
|
|
||||||
declare -a tests=()
|
declare -a tests=()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue