File: autodep8

package info (click to toggle)
python-ghostscript 0.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 368 kB
  • sloc: python: 1,570; sh: 36; makefile: 11
file content (8 lines) | stat: -rw-r--r-- 163 bytes parent folder | download
1
2
3
4
5
6
7
8
set -ex

for py in $(py3versions --supported)
do
    cd "$AUTOPKGTEST_TMP" 
    echo "Testing with $py:" 
    $py -c "import ghostscript; print(ghostscript)"
done