Skip to content

Commit

Permalink
Add docs to the tox envlist
Browse files Browse the repository at this point in the history
Add docs so that tox -p all will also run the documentation build,
useful because it's configured to fail on warning.  Otherwise, one
only discovers documentation warnings after creating the PR.
  • Loading branch information
rra committed May 31, 2022
1 parent 848f8d7 commit f40cb97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py,coverage-report,typing,lint
envlist = py,coverage-report,typing,lint,docs
isolated_build = True

[docker:postgres]
Expand Down

0 comments on commit f40cb97

Please sign in to comment.