859a779
1
2
3
4
5
6
7
8
9
#!/bin/sh set -e # from debian/rules for python in $(py3versions -s); do $python tests/test_all.py -q done