File: python-sphinx

package info (click to toggle)
sphinx 1.6.5-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 14,936 kB
  • sloc: python: 50,528; perl: 387; makefile: 296; sh: 80; xml: 16; ansic: 1
file content (10 lines) | stat: -rwxr-xr-x 220 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
set -e -u
cp -r tests "$ADTTMP/"
cd "$ADTTMP"
pyversions -i \
| tr ' ' '\n' \
| xargs -I {} env PYTHONWARNINGS=d PYTHONHASHSEED=random {} \
  tests/run.py --verbose --ignore tests/py35 2>&1

# vim:ts=4 sw=4 et