Skip to content

Commit

Permalink
Merge pull request #2774 from nicolaiarocci/remove_osbolete_audit_sho…
Browse files Browse the repository at this point in the history
…rtcut_from_makefile

Remove now obsolete 'audit' command from Makefile
  • Loading branch information
davidism committed May 13, 2018
2 parents 8c9df3f + be8e0fc commit 0303653
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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 0303653

Please sign in to comment.