Skip to content

Commit

Permalink
build: add black
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed Oct 29, 2019
1 parent 3bc94ad commit 6c94425
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# SPDX-License-Identifier: WTFPL
# Based on code from https://github.com/bachya/simplisafe-python/blob/dev/Makefile
black:
pipenv run black teslajsonpy
coverage:
#Not implemented yet
#pipenv run py.test -s --verbose --cov-report term-missing --cov-report xml --cov=teslajsonpy tests
Expand Down

0 comments on commit 6c94425

Please sign in to comment.