Put 3.5.5 back into testing

This commit is contained in:
rocky
2018-03-25 22:30:36 -04:00
parent cfb4ad625f
commit 421c358f9d

View File

@@ -2,7 +2,7 @@
USER=${USER:-rocky}
EMAIL=${EMAIL:-rb@dustyfeet.com}
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
LOGFILE=/tmp/runtests-$VERSION-$$.log
if ! pyenv local $VERSION ; then