mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-01 00:52:58 +08:00
add autopkgtests
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
set -efu
|
||||
|
||||
pys="$(pyversions -r 2>/dev/null)"
|
||||
|
||||
cd "$ADTTMP"
|
||||
|
||||
for py in $pys; do
|
||||
echo "=== $py ==="
|
||||
$py /usr/bin/nosetests -v skimage 2>&1
|
||||
done
|
||||
Reference in New Issue
Block a user