File: python3-pyuca

package info (click to toggle)
pyuca 1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 177,348 kB
  • sloc: python: 516; makefile: 9; sh: 2
file content (3 lines) | stat: -rwxr-xr-x 168 bytes parent folder | download | duplicates (4)
1
2
3
#!/bin/sh
set -e
for py in $(py3versions -i); do echo "[*] testing $py:"; PYTHONPATH=. $py -Wd ./test.py 2>&1; LC_ALL=C.UTF-8 PYTHONPATH=. $py -Wd ./full_test.py; done