File: upstream

package info (click to toggle)
bitstruct 8.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 308 kB
  • sloc: ansic: 2,123; python: 1,399; makefile: 177; sh: 5
file content (7 lines) | stat: -rwxr-xr-x 110 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/bin/sh

set -e
for py in $(py3versions -s); do
    echo "[*] testing $py:"
    $py setup.py test 2>&1
done