summaryrefslogtreecommitdiff
path: root/debian/tests/control
blob: c5635639366c877e3f5548d654aaf1ab9405fc95 (plain)
1
2
3
4
5
6
7
Test-Command: for p in $(pyversions -s) $(py3versions -s); do $p -m pytest tests/; done
Depends:
 python-all,
 python-pytest,
 python3-all,
 python3-pytest,
 @