Skip to content

Commit 59b83f8

Browse files
committed
Use the right flake8.
1 parent 833888f commit 59b83f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ deps =
4545
[testenv:style]
4646
basepython = pypy
4747
deps = ebb-lint
48-
commands = flake8 {posargs} {toxinidir}/jsonschema {toxinidir}/docs {toxinidir}/setup.py
48+
commands = {envbindir}/flake8 {posargs} {toxinidir}/jsonschema {toxinidir}/docs {toxinidir}/setup.py
4949

5050

5151
[flake8]

0 commit comments

Comments
 (0)