File: import

package info (click to toggle)
python-pysnmp4-mibs 0.1.6-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,708 kB
  • sloc: python: 48,682; makefile: 20; sh: 6
file content (7 lines) | stat: -rw-r--r-- 152 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
#!/bin/sh
set -e
for py in $(py3versions -s); do
	cd "$AUTOPKGTEST_TMP"
	echo "Testing with $py:"
	$py -c "import pysnmp_mibs; print(pysnmp_mibs)"
done