File: python3-blosc

package info (click to toggle)
python-blosc 1.7.0%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 384 kB
  • sloc: python: 848; ansic: 462; makefile: 223; sh: 6
file content (4 lines) | stat: -rwxr-xr-x 126 bytes parent folder | download
1
2
3
4
#!/bin/sh
set -e
cd /
for py in $(py3versions -i); do echo "[*] testing $py:"; $py -c 'import blosc; blosc.test()' 2>&1; done