Skip to content

Commit c9844bb

Browse files
committed
Put commands above deps for doc8 testenv
1 parent 1cb1425 commit c9844bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ commands=blue --check {toxinidir}/setup.py {toxinidir}/diskcache {toxinidir}/tes
2323
deps=blue
2424

2525
[testenv:doc8]
26-
deps=doc8
2726
commands=doc8 docs --ignore-path docs/_build
27+
deps=doc8
2828

2929
[testenv:docs]
3030
allowlist_externals=make

0 commit comments

Comments
 (0)