File: python3-sphinx-argparse

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

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

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