Skip to content

Commit b447d5d

Browse files
authored
Lint specific directories (#312)
1 parent 0817204 commit b447d5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@ commands = mypy readme_renderer
2828

2929
[testenv:pep8]
3030
basepython = python3
31+
skip_install = true
3132
deps =
3233
flake8
3334
pep8-naming
34-
commands = flake8 .
35+
commands = flake8 readme_renderer tests
3536

3637
[testenv:packaging]
3738
deps =
@@ -48,6 +49,5 @@ basepython = python3
4849
extras =
4950

5051
[flake8]
51-
exclude = .tox,*.egg
5252
select = E,W,F,N
5353
max-line-length = 88

0 commit comments

Comments
 (0)