File: python3-whey

package info (click to toggle)
python-whey 0.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,912 kB
  • sloc: python: 4,433; makefile: 7
file content (6 lines) | stat: -rw-r--r-- 152 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
set -e

for py in $(py3versions -s 2>/dev/null);
    do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ;
    $py -c "import whey; print(whey)" ;
done