File: upstream

package info (click to toggle)
python-canmatrix 1.2~github-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,012 kB
  • sloc: xml: 30,201; python: 14,631; makefile: 31; sh: 7
file content (8 lines) | stat: -rwxr-xr-x 117 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/sh

set -e

for py in $(py3versions -s); do
    echo "[*] testing $py:"
    $py tests/test_codec.py 2>&1
done