diff --git a/Makefile b/Makefile index 1a7f8c6..97eab7c 100644 --- a/Makefile +++ b/Makefile @@ -24,8 +24,9 @@ clean-pyc: lint: tox -elint -lint-roll: lint +lint-roll: isort --recursive tests + $(make) lint test: py.test tests