File: upstream

package info (click to toggle)
pyxdg 0.27-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 576 kB
  • sloc: python: 4,513; makefile: 9; sh: 7
file content (13 lines) | stat: -rw-r--r-- 157 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

set -e

PYTHON3S=`py3versions -s`

tar xJf debian/test-example.tar.xz

cd test

for PY in $PYTHON3S; do
    $PY /usr/bin/nosetests3 -v 2>&1;
done