Skip to content

Commit ebd419a

Browse files
committed
fix tox
1 parent 4b3b68a commit ebd419a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -343,11 +343,11 @@ commands =
343343
[testenv:linters-performance-tests]
344344
basepython = python3
345345
deps =
346-
{[testenv:flake8-performance_tests]deps}
347-
{[testenv:pylint-performance_tests]deps}
346+
{[testenv:flake8-performancetests]deps}
347+
{[testenv:pylint-performancetests]deps}
348348
commands =
349-
{[testenv:flake8-performance_tests]commands}
350-
{[testenv:pylint-performance_tests]commands}
349+
{[testenv:flake8-performancetests]commands}
350+
{[testenv:pylint-performancetests]commands}
351351

352352
# Documentation
353353
[testenv:docs]

0 commit comments

Comments
 (0)