Skip to content

Commit

Permalink
remove basepython
Browse files Browse the repository at this point in the history
  • Loading branch information
nvaytet committed Jun 27, 2024
1 parent 8fd3c85 commit f2898b4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,13 @@ commands = pytest

[testenv:docs]
description = invoke sphinx-build to build the HTML docs
basepython = python3.10
deps = {posargs:}
-r requirements/docs.txt
deps = -r requirements/docs.txt
allowlist_externals=find
commands = python -m sphinx -j2 -v -b html -d {toxworkdir}/docs_doctrees docs html
find html -type f -name "*.ipynb" -not -path "html/_sources/*" -delete

[testenv:static]
description = Code formatting and static analysis
basepython = python3.10
skip_install = true
deps = -r requirements/static.txt
allowlist_externals = sh
Expand Down

0 comments on commit f2898b4

Please sign in to comment.