File: upstream

package info (click to toggle)
wand 0.6.11-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 13,788 kB
  • sloc: python: 14,099; makefile: 112; sh: 5
file content (8 lines) | stat: -rwxr-xr-x 102 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/bin/sh

set -e

for py in $(py3versions -s); do
    echo "[*] testing $py:"
    $py -m pytest
done