Skip to content

Commit 8852b97

Browse files
committed
fix(tox): do not skip install for docs
1 parent 50b3170 commit 8852b97

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,8 +509,6 @@ commands=flake8 .
509509
basepython=python3.7
510510

511511
[testenv:docs]
512-
commands_pre=
513-
skip_install=true
514512
deps = sphinx
515513
commands = sphinx-build -b html docs docs/_build/html
516514
basepython = python

0 commit comments

Comments
 (0)