File: python3-sphinx-argparse

package info (click to toggle)
sphinx-argparse 0.2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 360 kB
  • sloc: python: 1,232; makefile: 135; sh: 4
file content (7 lines) | stat: -rwxr-xr-x 177 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/bin/sh
set -e

cp -r test "$AUTOPKGTEST_TMP/"
cd "$AUTOPKGTEST_TMP"

for py in $(py3versions -s); do echo "[*] testing $py:"; PYTHONPATH=. $py -Wd -m pytest -v -x 2>&1; done