DEBSOURCES
Skip Quicknav
sources / py3dns / 4.0.2-4 / debian / tests / py3
1234567891011
#! /bin/sh set -e unset http_proxy unset https_proxy for py3vers in $(py3versions -sv); do echo Testing with python$py3vers python$py3vers test.py done