File: python2

package info (click to toggle)
python-idna 2.0-3~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 520 kB
  • sloc: python: 11,778; sh: 12; makefile: 3
file content (8 lines) | stat: -rwxr-xr-x 134 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/bin/bash
set -e

SRC="$PWD"
cd "$ADTTMP"
for py in $(pyversions -vi) ; do
  python$py -m unittest discover -s "${SRC}/tests";
done