You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 08:49:51 +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
|
||||
}
|
||||
|
||||
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}
|
||||
EMAIL=${EMAIL:-rb@dustyfeet.com}
|
||||
@@ -25,6 +25,8 @@ for VERSION in $PYVERSION ; do
|
||||
|
||||
if [[ $VERSION == '3.5.5' ]] ; then
|
||||
MAX_TESTS=224
|
||||
elif [[ $VERSION == '3.4.8' ]] ; then
|
||||
MAX_TESTS=200
|
||||
else
|
||||
MAX_TESTS=800
|
||||
fi
|
||||
|
Reference in New Issue
Block a user