File: unittests3

package info (click to toggle)
patsy 0.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,420 kB
  • ctags: 829
  • sloc: python: 8,233; makefile: 130; sh: 14
file content (11 lines) | stat: -rwxr-xr-x 157 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
set -efu

pys="$(py3versions -r 2>/dev/null)"

cd "$ADTTMP"

for py in $pys; do
	echo "=== python$py ==="
	$py /usr/bin/nosetests3 patsy 2>&1
done