File: run-test

package info (click to toggle)
python-xlrd 2.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,876 kB
  • sloc: python: 7,540; makefile: 118; sh: 7
file content (9 lines) | stat: -rw-r--r-- 185 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/bin/bash
set -e

cp -r tests "$AUTOPKGTEST_TMP"
for py in $(py3versions --supported 2>/dev/null)
do cd "$AUTOPKGTEST_TMP"
  echo "Testing with $py:"
  http_proxy= $py -m pytest
done