Skip to content

Commit 5b2890b

Browse files
committed
Cleanup
1 parent 35ec38b commit 5b2890b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,12 @@ commands =
3939

4040
[testenv:check]
4141
deps =
42-
docutils
4342
check-manifest
4443
flake8
4544
readme-renderer
4645
twine
4746
commands =
48-
python -m build --sdist --wheel --no-isolation
47+
python -m build --sdist --wheel
4948
python -m readme_renderer README.rst
5049
twine check dist/*
5150
check-manifest {toxinidir} -u

0 commit comments

Comments
 (0)