ferreo c345dbbbab
All checks were successful
PikaOS Package Build & Release (amd64-v3) / build (push) Successful in 46s
package protontricks
2024-11-07 16:11:21 +00:00

8 lines
82 B
Bash
Executable File

#!/bin/sh
set -e
for python in $(py3versions -s); do
$python -m pytest
done