updates
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
emdee@macaw.me 2023-12-16 23:23:00 +00:00
parent 6deea64979
commit 4987618fba
9 changed files with 201 additions and 158 deletions

View file

@ -4,16 +4,19 @@ prepare::
bash .pylint.sh
check::
PYTHONPATH=${PWD} pyanalyze \
PYTHONPATH=$${PWD} pyanalyze \
tox_wrapper/tox.py tox_wrapper/tests/tests_wrapper.py \
> .pyanal.out 2>&1
install::
$(PYTHON) setup.py install
test;:
help::
$(PYTHON) tox_wrapper/tests/tests_wrapper.py --help
test::
$(PYTHON) tox_wrapper/tests/tests_wrapper.py
clean::
rm -f *~ */*~ */*/*~
rm -f .[a-z]* *~ */*~ */*/*~
rm -rf *.egg-info