DEBSOURCES
Skip Quicknav
sources / dkimpy / 1.1.8-2 / debian / tests / py3
12345678
#! /bin/sh set -e for py3vers in $(py3versions -sv); do echo Testing with python$py3vers python$py3vers test.py done