File: python3

package info (click to toggle)
python-virtualenv 20.33.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 1,124 kB
  • sloc: python: 10,907; sh: 160; ansic: 61; csh: 47; makefile: 8
file content (6 lines) | stat: -rwxr-xr-x 125 bytes parent folder | download | duplicates (5)
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