You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Administrivia:
Adjust Travis 2.7 environment Batch testing of all 3.4.8 pyenv files
This commit is contained in:
@@ -4,7 +4,7 @@ sudo: false
|
||||
|
||||
python:
|
||||
- '3.5'
|
||||
- '2.7.12'
|
||||
- '2.7'
|
||||
- '2.6'
|
||||
- '3.3'
|
||||
- '3.4'
|
||||
|
@@ -24,8 +24,6 @@ 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