File: python3-execnet

package info (click to toggle)
execnet 1.5.0-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 744 kB
  • sloc: python: 5,123; makefile: 82; sh: 4
file content (3 lines) | stat: -rwxr-xr-x 121 bytes parent folder | download | duplicates (2)
1
2
3
#!/bin/sh
set -e
for py in $(py3versions -i); do echo "[*] testing on $py:"; $py -m pytest -v -x -rs testing/ 2>&1; done