Skip to content

Commit 4120725

Browse files
fix: tox module path
1 parent 4d30e54 commit 4120725

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tox.ini

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@ deps =
1616
pytest-cov>=4.0.0
1717
requests>=2.0.0
1818
commands =
19-
pytest {posargs:tests} --cov=vyper_sphinx_docs --cov-report=xml
19+
pytest {posargs:tests} --cov=sphinx_autodoc_vyper --cov-report=xml
2020

2121
[testenv:lint]
2222
deps =
2323
black>=22.0.0
2424
isort>=5.0.0
2525
ruff>=0.1.0
2626
commands =
27-
black --check vyper_sphinx_docs tests
28-
isort --check-only vyper_sphinx_docs tests
29-
ruff check vyper_sphinx_docs tests
27+
black --check sphinx_autodoc_vyper tests
28+
isort --check-only sphinx_autodoc_vyper tests
29+
ruff check sphinx_autodoc_vyper tests
3030

3131
[testenv:type]
3232
deps =
3333
mypy>=1.0.0
3434
types-requests>=2.0.0
3535
commands =
36-
mypy vyper_sphinx_docs tests
36+
mypy sphinx_autodoc_vyper tests

0 commit comments

Comments
 (0)