File: python3-h2-upstream

package info (click to toggle)
python-h2 4.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,652 kB
  • sloc: python: 11,141; makefile: 14; sh: 12
file content (6 lines) | stat: -rw-r--r-- 100 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#!/bin/sh
set -e
for py in $(py3versions -s); do
    echo "[*] testing $py:"
    $py -m pytest
done