Increase testing

This commit is contained in:
rocky
2018-03-25 14:56:48 -04:00
parent 7fb94176b1
commit 47beff57b2
2 changed files with 2 additions and 1 deletions

1
test/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
/nohup.out

View File

@@ -2,7 +2,7 @@
USER=${USER:-rocky}
EMAIL=${EMAIL:-rb@dustyfeet.com}
SUBJECT_PREFIX="stdlib unit testing for"
for VERSION in 2.7.14 2.6.9 ; do
for VERSION in 2.7.14 2.6.9 3.6.4 ; do
typeset -i rc=0
LOGFILE=/tmp/runtests-$VERSION-$$.log
if ! pyenv local $VERSION ; then