File: python3

package info (click to toggle)
python-ecdsa 0.16.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 752 kB
  • sloc: python: 7,905; makefile: 5; sh: 5
file content (7 lines) | stat: -rw-r--r-- 110 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#!/bin/bash
set -e

cd "$AUTOPKGTEST_TMP"
for py in $(py3versions -s) ; do
  $py -m ecdsa.test_pyecdsa ;
done