More administrivia

This commit is contained in:
rocky
2024-02-12 08:46:16 -05:00
parent e73cd749e7
commit 05ebaf9ec1
6 changed files with 65 additions and 37 deletions

View File

@@ -1,4 +1,6 @@
#!/bin/bash
# Run tests over all Python versions in branch python-3.3-3.5
set -e
function finish {
cd $owd
}
@@ -25,3 +27,4 @@ for version in $PYVERSIONS; do
fi
echo === $version ===
done
finish