File: python3-svg.path

package info (click to toggle)
python-svg.path 6.3-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 332 kB
  • sloc: python: 2,298; makefile: 36; sh: 2
file content (3 lines) | stat: -rwxr-xr-x 86 bytes parent folder | download | duplicates (3)
1
2
3
#!/bin/sh
set -e
py3versions -s | tr ' ' '\n' | xargs -I {} env {} setup.py test 2>&1