Skip sdist and usedevelop for linting

This commit is contained in:
Bruno Oliveira
2018-07-27 18:18:03 -03:00
parent 7ec8e4310c
commit f333588b6a

View File

@@ -28,7 +28,8 @@ commands=
pytest {posargs} pytest {posargs}
[testenv:linting] [testenv:linting]
changedir= skipsdist = True
usedevelop = True
deps = deps =
pre-commit pre-commit
commands = pre-commit run --all-files --show-diff-on-failure commands = pre-commit run --all-files --show-diff-on-failure