Set pyenv version in test

This commit is contained in:
rocky
2018-03-07 07:48:45 -05:00
parent 92d562e600
commit 8a705a70f5

View File

@@ -1,6 +1,7 @@
#!/usr/bin/bash
EMAIL=${EMAIL:-rb@dustyfeet.com}
for VERSION in 2.7.14 2.6.9 ; do
pyenv local $VERSION
LOGFILE=/tmp/pyenlib-$VERSION-$$.log
python ./test_pyenvlib.py --max 800 --weak-verify --$VERSION >$LOGFILE 2>&1
rc=$?