Increase batch testing for 3.4.8

This commit is contained in:
rocky
2018-03-20 05:30:07 -04:00
parent 4905cc6bb0
commit 4259963859

View File

@@ -13,7 +13,7 @@ function displaytime {
printf 'Ran in %d seconds\n' $S printf 'Ran in %d seconds\n' $S
} }
PYVERSION=${PYVERSION:-"3.5.5 2.7.14 2.6.9"} PYVERSION=${PYVERSION:-"3.5.5 2.7.14 3.4.8 2.6.9"}
USER=${USER:-rocky} USER=${USER:-rocky}
EMAIL=${EMAIL:-rb@dustyfeet.com} EMAIL=${EMAIL:-rb@dustyfeet.com}
@@ -25,6 +25,8 @@ 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.4.8' ]] ; then
MAX_TESTS=200
else else
MAX_TESTS=800 MAX_TESTS=800
fi fi