File: python3

package info (click to toggle)
python-ecdsa 0.19.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,608 kB
  • sloc: python: 12,314; sh: 22; makefile: 14; sql: 12
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