File: upstream-unittest

package info (click to toggle)
python-bayespy 0.5.22-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,460 kB
  • sloc: python: 23,412; makefile: 156; sh: 6
file content (10 lines) | stat: -rwxr-xr-x 152 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -e

cd "$AUTOPKGTEST_TMP"

for py in $(py3versions --supported); do
  echo "Testing with $py:"
  xvfb-run -a $py -m nose -v bayespy
done