You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
More administrivia
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user