Skip to content

Commit

Permalink
Remove now obsolete 'audit' command from Makefile
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nicolaiarocci committed May 12, 2018
1 parent 8c9df3f commit be8e0fc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions 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

Expand All @@ -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

Expand Down

0 comments on commit be8e0fc

Please sign in to comment.