File: python3

package info (click to toggle)
python-hdf4 0.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,040 kB
  • sloc: ansic: 9,543; python: 3,720; makefile: 654; sh: 32
file content (11 lines) | stat: -rw-r--r-- 165 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
set -efu

PYS=${PYS:-"$(py3versions -r 2>/dev/null)"}

cd "$AUTOPKGTEST_TMP"

for py in $PYS; do
    echo "=== $py ==="
    $py -m nose -v pyhdf 2>&1
done