File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 3939 @echo " inplace make inplace extension"
4040 @echo " install make and install"
4141 @echo " install-coverage make and install with C coverage"
42- @echo " install-venv (deprecated) install in virtualenv"
4342 @echo " lint run the lint checks"
4443 @echo " lint-fix run Black and isort to (mostly) fix lint issues"
4544 @echo " release-test run code and package tests before release"
@@ -67,11 +66,6 @@ debug:
6766 make clean > /dev/null
6867 CFLAGS='-g -O0' python3 -m pip install --global-option="build_ext" . > /dev/null
6968
70- .PHONY : install-venv
71- install-venv :
72- echo " 'install-venv' is deprecated and will be removed in a future Pillow release"
73- virtualenv .
74-
7569.PHONY : release-test
7670release-test :
7771 python3 -m pip install -e .[tests]
You can’t perform that action at this time.
0 commit comments