DEBSOURCES
Skip Quicknav
sources / python-tomlkit / 0.13.2-1 / debian / tests / py3
12345678
#! /bin/sh set -e for py3vers in $(py3versions -sv); do echo Testing with python$py3vers python$py3vers -m pytest done