File: run-unit-test

package info (click to toggle)
python-spectra 0.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 224 kB
  • sloc: python: 1,777; sh: 5; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 96 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/bash
set -e

for py in $(py3versions --supported 2> /dev/null)
do
	$py -m pytest -v
done