Update Makefile

This commit is contained in:
Andrei 2024-10-04 17:49:51 +03:00
parent 606d3881bd
commit 3d6b4757f1
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
install: install:
cd src/ && pip install -e . pip3 install -e .
remove:
pip3 uninstall python3_anticaptcha -y
tests: install tests: install
coverage run --rcfile=.coveragerc -m pytest --verbose --showlocals --pastebin=all tests --disable-warnings && \ coverage run --rcfile=.coveragerc -m pytest --verbose --showlocals --pastebin=all tests --disable-warnings && \