File: python3-requirements-detector

package info (click to toggle)
python-requirements-detector 0.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 244 kB
  • ctags: 123
  • sloc: python: 578; makefile: 16; sh: 2
file content (2 lines) | stat: -rwxr-xr-x 90 bytes parent folder | download | duplicates (4)
1
2
#!/bin/sh -e
py3versions -i | tr ' ' '\n' | xargs -I {} env {} -Wd -m nose --verbose 2>&1