File: python3-all

package info (click to toggle)
python-libdiscid 0.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 616 kB
  • ctags: 921
  • sloc: python: 582; ansic: 104; makefile: 37; sh: 14
file content (10 lines) | stat: -rwxr-xr-x 144 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=$(py3versions -vi)
for py in $PYVERS ; do
  python$py -m pytest .
done