diff --git a/Makefile b/Makefile index b8424652..1a7f8c6c 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,9 @@ clean-pyc: lint: tox -elint +lint-roll: lint + isort --recursive tests + test: py.test tests