Browse Source

Merge pull request #2774 from nicolaiarocci/remove_osbolete_audit_shortcut_from_makefile

Remove now obsolete 'audit' command from Makefile
pull/2786/head
David Lord 6 years ago committed by GitHub
parent
commit
03036533f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 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…
Cancel
Save