You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
Increase batch testing for 3.4.8
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user