File: python3-oauthlib

package info (click to toggle)
python-oauthlib 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,016 kB
  • sloc: python: 7,970; makefile: 7; sh: 6
file content (6 lines) | stat: -rw-r--r-- 138 bytes parent folder | download
1
2
3
4
5
6
#!/bin/sh -e

cp -r tests "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP"

py3versions -i | tr ' ' '\n' | xargs -I {} env {} -Wd -m nose -v 2>&1