Skip to content

Commit

Permalink
Get rid of dead Makefile targets
Browse files Browse the repository at this point in the history
There are no longer any tests left over that can be run on tox. All tests are
run as D-Bus tests. Remove similar coverage target.

Signed-off-by: mulhern <amulhern@redhat.com>
  • Loading branch information
mulkieran committed May 9, 2018
1 parent 552d64c commit 8d2c043
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ TOX=tox
lint:
$(TOX) -c tox.ini -e lint

.PHONY: coverage
coverage:
$(TOX) -c tox.ini -e coverage

.PHONY: test
test:
$(TOX) -c tox.ini -e test

.PHONY: fmt
fmt:
yapf --style pep8 --recursive --in-place check.py setup.py src tests
Expand Down

0 comments on commit 8d2c043

Please sign in to comment.