From be8e0fcf102e3dad74f72a0a890130da42fcb8b5 Mon Sep 17 00:00:00 2001 From: Nicola Iarocci Date: Sat, 12 May 2018 10:21:49 +0200 Subject: [PATCH] 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. --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 7df5fd00..595b7c36 100644 --- a/Makefile +++ b/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 @@ -23,9 +23,6 @@ tox: test-all docs: clean-pyc install-dev $(MAKE) -C docs html -audit: - python setup.py audit - release: python scripts/make-release.py