Skip to content

Commit

Permalink
Update rules
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Feb 9, 2020
1 parent 6b75d59 commit cd7ad15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build:

.PHONY: check
check:
tox -e lint
@tox -e lint
travis lint

.PHONY: clean
Expand All @@ -21,7 +21,7 @@ clean:

.PHONY: fmt
fmt:
tox -e fmt
@tox -e fmt

.PHONY: release
release:
Expand Down

0 comments on commit cd7ad15

Please sign in to comment.