You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
Put 3.5.5 back into testing
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
USER=${USER:-rocky}
|
USER=${USER:-rocky}
|
||||||
EMAIL=${EMAIL:-rb@dustyfeet.com}
|
EMAIL=${EMAIL:-rb@dustyfeet.com}
|
||||||
SUBJECT_PREFIX="stdlib unit testing for"
|
SUBJECT_PREFIX="stdlib unit testing for"
|
||||||
for VERSION in 3.4.8 3.6.4 ; do
|
for VERSION in 3.4.8 3.5.5 3.6.4 ; do
|
||||||
typeset -i rc=0
|
typeset -i rc=0
|
||||||
LOGFILE=/tmp/runtests-$VERSION-$$.log
|
LOGFILE=/tmp/runtests-$VERSION-$$.log
|
||||||
if ! pyenv local $VERSION ; then
|
if ! pyenv local $VERSION ; then
|
||||||
|
Reference in New Issue
Block a user