Update Makefile
This commit is contained in:
parent
606d3881bd
commit
3d6b4757f1
5
Makefile
5
Makefile
|
@ -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 && \
|
||||||
|
|
Loading…
Reference in New Issue