Remove now obsolete 'audit' command from Makefile
When 'audit' was removed from setup.py, the corresponding shortcut was left in the Makefile. This commit removes the audit shortcut from Makefile. Closes #2773.
This commit is contained in:
parent
8c9df3f4eb
commit
be8e0fcf10
1 changed files with 1 additions and 4 deletions
5
Makefile
5
Makefile
|
|
@ -1,4 +1,4 @@
|
||||||
.PHONY: all install-dev test coverage cov test-all tox docs audit release clean-pyc upload-docs ebook
|
.PHONY: all install-dev test coverage cov test-all tox docs release clean-pyc upload-docs ebook
|
||||||
|
|
||||||
all: test
|
all: test
|
||||||
|
|
||||||
|
|
@ -23,9 +23,6 @@ tox: test-all
|
||||||
docs: clean-pyc install-dev
|
docs: clean-pyc install-dev
|
||||||
$(MAKE) -C docs html
|
$(MAKE) -C docs html
|
||||||
|
|
||||||
audit:
|
|
||||||
python setup.py audit
|
|
||||||
|
|
||||||
release:
|
release:
|
||||||
python scripts/make-release.py
|
python scripts/make-release.py
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue