File: import-module

package info (click to toggle)
libgpiod 2.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,108 kB
  • sloc: ansic: 26,612; sh: 7,554; cpp: 4,944; python: 2,426; makefile: 811; xml: 49
file content (7 lines) | stat: -rw-r--r-- 151 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
set -e
for py in $(py3versions -s 2>/dev/null)
do
    cd "$AUTOPKGTEST_TMPP"
    echo "Testing with $py:"
    $py -c "import gpiod; print(gpiod)"
done