File: python3

package info (click to toggle)
python-virtualenv 20.31.2%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,104 kB
  • sloc: python: 10,297; sh: 136; ansic: 61; csh: 35; makefile: 8
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