bugfix: run tox -elint *after* isort

otherwise tox fails, and the auto-lint never runs
This commit is contained in:
Jason Carver 2018-01-30 15:17:50 -08:00
parent 109a0866ed
commit 96a371705b

View File

@ -24,8 +24,9 @@ clean-pyc:
lint:
tox -elint
lint-roll: lint
lint-roll:
isort --recursive <MODULE_NAME> tests
$(make) lint
test:
py.test tests