File: python3-pmix-loads

package info (click to toggle)
pmix 6.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 12,364 kB
  • sloc: ansic: 134,173; sh: 4,271; python: 2,785; makefile: 2,286; xml: 1,611; perl: 1,341; lex: 138
file content (8 lines) | stat: -rwxr-xr-x 160 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/bin/sh
set -e
for py in $(py3versions -s 2>/dev/null)
do
    cd "$AUTOPKGTEST_TMP"
    echo "Testing with $py:"
    $py -c "import pmix;print(' ok');" 
done