More pyenv testing

This commit is contained in:
rocky
2018-04-01 21:19:55 -04:00
parent 8f6a1cb10b
commit 96d8daeae9

View File

@@ -14,7 +14,7 @@ function displaytime {
printf '%d seconds\n' $S printf '%d seconds\n' $S
} }
PYVERSION=${PYVERSION:-"3.5.5 2.7.14 3.4.8 2.6.9"} PYVERSION=${PYVERSION:-"3.5.5 2.7.14 3.2.6 3.4.8 2.6.9 3.6.4"}
# PYVERSION=${PYVERSION:-"3.5.5"} # PYVERSION=${PYVERSION:-"3.5.5"}
USER=${USER:-rocky} USER=${USER:-rocky}
@@ -28,6 +28,10 @@ for VERSION in $PYVERSION ; do
if [[ $VERSION == '3.5.5' ]] ; then if [[ $VERSION == '3.5.5' ]] ; then
MAX_TESTS=224 MAX_TESTS=224
elif [[ $VERSION == '3.2.6' ]] ; then
MAX_TESTS=75
elif [[ $VERSION == '3.6.4' ]] ; then
MAX_TESTS=400
else else
MAX_TESTS=800 MAX_TESTS=800
fi fi