DEBSOURCES
Skip Quicknav
sources / aplpy / 2.2.0-2 / debian / tests / python3-aplpy
123456789
#!/bin/sh set -e for py in $(py3versions -s) ; do cd "$AUTOPKGTEST_TMP" echo "Testing with $py:" $py -m pytest --pyargs aplpy done