mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
Makefile: Lint target
This commit is contained in:
parent
dae30d8601
commit
85649e299d
6
Makefile
6
Makefile
|
@ -102,3 +102,9 @@ test:
|
||||||
.PHONY: readme
|
.PHONY: readme
|
||||||
readme:
|
readme:
|
||||||
python3 setup.py --long-description | markdown2 > .long-description.html && open .long-description.html
|
python3 setup.py --long-description | markdown2 > .long-description.html && open .long-description.html
|
||||||
|
|
||||||
|
|
||||||
|
.PHONY: lint
|
||||||
|
lint:
|
||||||
|
tox --help > /dev/null || pip install tox
|
||||||
|
tox -e lint
|
||||||
|
|
Loading…
Reference in New Issue
Block a user