File: dodgy

package info (click to toggle)
dodgy 0.1.9-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 168 kB
  • ctags: 52
  • sloc: python: 201; makefile: 13; sh: 2
file content (3 lines) | stat: -rwxr-xr-x 104 bytes parent folder | download | duplicates (2)
1
2
3
#!/bin/sh
set -e
for py in $(py3versions -i); do echo "[*] testing $py:"; $py -Wd -m nose -v 2>&1; done