File: python2

package info (click to toggle)
python-ecdsa 0.13-3%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 560 kB
  • sloc: python: 3,156; sh: 10; makefile: 7
file content (7 lines) | stat: -rwxr-xr-x 107 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
#!/bin/bash
set -e

cd "$ADTTMP"
for py in $(pyversions -vi) ; do
  python$py -m ecdsa.test_pyecdsa ;
done