File: python3

package info (click to toggle)
python-virtualenv 20.17.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,580 kB
  • sloc: python: 9,952; sh: 149; ansic: 61; csh: 35; makefile: 10
file content (6 lines) | stat: -rwxr-xr-x 125 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
#!/bin/sh
set -e
for python in $(py3versions -s); do
	echo "===== $python ====="
	debian/tests/shunit2-tests.sh $python
done