File: python

package info (click to toggle)
python-mrcfile 1.5.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 63,824 kB
  • sloc: python: 3,871; sh: 28; makefile: 16
file content (6 lines) | stat: -rw-r--r-- 132 bytes parent folder | download
1
2
3
4
5
6
#!/bin/sh -efux

for py in $(py3versions --supported 2>/dev/null); do
    echo "Testing with $py: "
    $py -m pytest tests -v
done