Skip to content

Commit bcdc43a

Browse files
committed
fix pylint tox
1 parent ebd419a commit bcdc43a

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
@@ -208,7 +208,7 @@ commands =
208208
pylint --rcfile=examples/src/pylintrc examples/src/
209209
pylint --rcfile=examples/test/pylintrc --disable R0801 examples/test/
210210

211-
[testenv:pylint-performance-tests]
211+
[testenv:pylint-performancetests]
212212
basepython = {[testenv:pylint]basepython}
213213
deps = {[testenv:pylint]deps}
214214
commands =

0 commit comments

Comments
 (0)