File: python2-all

package info (click to toggle)
python-libdiscid 1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 664 kB
  • ctags: 1,016
  • sloc: python: 576; ansic: 104; makefile: 33; sh: 14
file content (10 lines) | stat: -rwxr-xr-x 143 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
set -e

cp -r libdiscid/tests $ADTTMP
cd $ADTTMP/tests

PYVERS=$(pyversions -vi)
for py in $PYVERS ; do
  python$py -m pytest .
done