File: python3-citeproc

package info (click to toggle)
citeproc-py 0.6.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,300 kB
  • sloc: xml: 15,402; python: 3,650; makefile: 15; sh: 2
file content (3 lines) | stat: -rwxr-xr-x 109 bytes parent folder | download
1
2
3
#!/bin/sh
set -e
for py in $(py3versions -s); do echo "[*] testing $py:"; $py -Wd -m pytest -v -x 2>&1; done