Test-Command: set -efu
 ; for py in $(py3versions -r 2>/dev/null)
 ; do cp -r test "$AUTOPKGTEST_TMP" || true
 ; cd "$AUTOPKGTEST_TMP"
 ; echo "Testing tomopy with $py:"
 ; $py -m nose -v test
 ; done
Depends: @, python3-nose
Restrictions: allow-stderr
