From f333588b6aef3d38dfd596e1fc375e46bcb07f98 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Fri, 27 Jul 2018 18:18:03 -0300 Subject: [PATCH] Skip sdist and usedevelop for linting --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f7a1c48..f1273da 100644 --- a/tox.ini +++ b/tox.ini @@ -28,7 +28,8 @@ commands= pytest {posargs} [testenv:linting] -changedir= +skipsdist = True +usedevelop = True deps = pre-commit commands = pre-commit run --all-files --show-diff-on-failure