debian-pyphen/debian/tests/py3

6 lines
101 B
Bash

#! /bin/sh
set -e && for i in $(py3versions -sv); do \
python$i /usr/bin/py.test-3 test.py;\
done