File: upstream

package info (click to toggle)
mwclient 0.11.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 452 kB
  • sloc: python: 2,816; makefile: 148; 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