mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Replaced further direct invocations of setup.py
This commit is contained in:
parent
a1677ead44
commit
e94a54ce25
4
Makefile
4
Makefile
|
@ -50,7 +50,7 @@ help:
|
|||
|
||||
.PHONY: inplace
|
||||
inplace: clean
|
||||
python3 setup.py develop build_ext --inplace
|
||||
python3 -m pip install -e --global-option="build_ext" --global-option="--inplace" .
|
||||
|
||||
.PHONY: install
|
||||
install:
|
||||
|
@ -83,7 +83,7 @@ install-venv:
|
|||
.PHONY: release-test
|
||||
release-test:
|
||||
$(MAKE) install-req
|
||||
python3 setup.py develop
|
||||
python3 -m pip install -e .
|
||||
python3 selftest.py
|
||||
python3 -m pytest Tests
|
||||
python3 -m pip install .
|
||||
|
|
Loading…
Reference in New Issue
Block a user