File: python3-pylint-common

package info (click to toggle)
pylint-common 0.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 128 kB
  • ctags: 34
  • sloc: python: 89; makefile: 6; sh: 4
file content (3 lines) | stat: -rwxr-xr-x 153 bytes parent folder | download | duplicates (4)
1
2
3
#!/bin/sh
set -e -u
for py in $(py3versions -i); do echo "[*] testing $py:"; PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=. $py -Wd test/test_func.py 2>&1; done