mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-29 09:23:11 +03:00
Removed co target -- Artifact of previous code review process
This commit is contained in:
parent
e126001e62
commit
dae30d8601
7
Makefile
7
Makefile
|
@ -7,13 +7,6 @@ clean:
|
||||||
rm -r build || true
|
rm -r build || true
|
||||||
find . -name __pycache__ | xargs rm -r || true
|
find . -name __pycache__ | xargs rm -r || true
|
||||||
|
|
||||||
BRANCHES=`git branch -a | grep -v HEAD | grep -v master | grep remote`
|
|
||||||
.PHONY: co
|
|
||||||
co:
|
|
||||||
-for i in $(BRANCHES) ; do \
|
|
||||||
git checkout -t $$i ; \
|
|
||||||
done
|
|
||||||
|
|
||||||
.PHONY: coverage
|
.PHONY: coverage
|
||||||
coverage:
|
coverage:
|
||||||
pytest -qq
|
pytest -qq
|
||||||
|
|
Loading…
Reference in New Issue
Block a user