Skip to content

Commit c15b537

Browse files
authored
Merge pull request #3878 from asottile/skip_install_linting
Use skip_install for testing tox env
2 parents 2577a6c + 3da88d7 commit c15b537

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ commands =
3636

3737

3838
[testenv:linting]
39-
skipsdist = True
40-
usedevelop = True
39+
skip_install = True
4140
basepython = python3.6
4241
deps = pre-commit
4342
commands = pre-commit run --all-files --show-diff-on-failure

0 commit comments

Comments
 (0)