Skip to content

Commit 0f5756c

Browse files
committed
CI tests across install python versions
1 parent 2b4eaf9 commit 0f5756c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

debian/tests/pytest

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
#!/bin/sh
22

3-
pytest
3+
for interp in `py3versions -s`; do
4+
$interp -m pytest;
5+
done

0 commit comments

Comments
 (0)