File: python3-bcolz

package info (click to toggle)
bcolz 1.2.1%2Bds2-7
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,612 kB
  • sloc: python: 9,691; makefile: 150; sh: 26; ansic: 11
file content (7 lines) | stat: -rwxr-xr-x 150 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/sh
set -e
cd /
for py in $(py3versions -r 2>/dev/null); do
	echo "[*] testing $py:"
	$py -c 'import bcolz; bcolz.test(verbose=True)' 2>&1
done