Skip to content

Commit 467c748

Browse files
committed
update tox.ini
1 parent 7e4c380 commit 467c748

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ commands = {envpython} -b -m coverage run -m pytest {posargs}
4343
[testenv:docs]
4444
# The tox config must match the ReadTheDocs config.
4545
basepython = python3.11
46-
extras = docs
46+
extras =
47+
docs
48+
crypto: crypto
4749
commands =
4850
sphinx-build -n -T -W -b html -d {envtmpdir}/doctrees docs docs/_build/html
4951
sphinx-build -n -T -W -b doctest -d {envtmpdir}/doctrees docs docs/_build/html

0 commit comments

Comments
 (0)