debian-pyphen/debian/tests/py2

6 lines
98 B
Bash

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