Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
tmbo committed Apr 14, 2019
1 parent 6cc006f commit ee086eb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ clean:
rm -rf docs/nlu/_build

lint:
py.test --pep8 -m pep8
black .

test: clean
py.test tests --verbose --pep8 --color=yes $(TEST_PATH)
py.test tests --verbose --color=yes $(TEST_PATH)
black --check .

doctest: clean
cd docs/core && make doctest
Expand Down

0 comments on commit ee086eb

Please sign in to comment.