File: superficial

package info (click to toggle)
cmor 3.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,976 kB
  • sloc: ansic: 28,053; f90: 13,893; python: 12,699; sh: 3,739; makefile: 111
file content (8 lines) | stat: -rwxr-xr-x 158 bytes parent folder | download
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 cmor; print(cmor)"
done