File: python-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 124 bytes parent folder | download | duplicates (3)
1
2
3
#!/bin/sh
set -e
for py in $(pyversions -i); do echo "[*] testing on $py:"; $py -Wd -m pytest -v -x -rs testing/ 2>&1; done