emdee@spm.plastiras.org
75ac0b2e07
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
9 lines
179 B
Bash
9 lines
179 B
Bash
#!/bin/sh
|
|
|
|
ROLE=logging
|
|
|
|
PYTHONPATH=$PWD/src /var/local/bin/python3.bash `which pyanalyze` \
|
|
src/tox_wrapper/tox.py src/tox_wrapper/tests/tests_wrapper.py \
|
|
> .pyanal.out 2>&1
|
|
|