forked from python-packages/python-pid
a55543f1c5
Some checks failed
PikaOS Package Build & Release (amd64-v3) / build (push) Failing after 40s
5 lines
128 B
Bash
5 lines
128 B
Bash
#!/bin/bash
|
|
set -e
|
|
|
|
python3 -m unittest discover --start-directory /usr/lib/python3/dist-packages/antlr4/test/ --pattern "*.py"
|