File: python3-apipkg

package info (click to toggle)
apipkg 3.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 192 kB
  • sloc: python: 798; makefile: 5; sh: 2
file content (3 lines) | stat: -rwxr-xr-x 112 bytes parent folder | download | duplicates (3)
1
2
3
#!/bin/sh
set -e
for py in $(py3versions -s); do echo "[*] testing on $py:"; $py -Wd -m pytest -v -x 2>&1; done