File: superficial

package info (click to toggle)
metview-python 1.16.1-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 12,896 kB
  • sloc: python: 11,306; makefile: 84; ansic: 51; sh: 7
file content (8 lines) | stat: -rwxr-xr-x 164 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/bin/sh
set -e
for py in $(py3versions -d 2>/dev/null)
do
    cd "$AUTOPKGTEST_TMP"
    echo "Testing with $py:"
    $py -c "import metview; print(metview)"
done