Skip to content

Commit

Permalink
Use consistent syntax in tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
sebp committed Jan 1, 2024
1 parent 9f7e719 commit 0903e68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
requires = tox>=4
envlist = lint,docs
env_list = lint,docs

[testenv]
deps =
Expand Down Expand Up @@ -31,6 +31,6 @@ deps =
{[testenv:docs]deps}
extras =
{[testenv:docs]extras}
changedir = doc
change_dir = doc
commands =
sphinx-build -j auto -d _build{/}doctrees -E -W -b spelling . _build{/}spelling

0 comments on commit 0903e68

Please sign in to comment.