summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMark Byrne <mbyrnepr2@gmail.com>2022-07-18 14:52:54 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-07-18 16:34:04 +0200
commit893b173f1d5ebd5c805be4e9862955252ed80c77 (patch)
tree03cabca8c2f91f3479ddfe8990f38e80d388981a /tox.ini
parent09cf3f118a54237062f0c7bb63929656e4476453 (diff)
downloadpylint-git-893b173f1d5ebd5c805be4e9862955252ed80c77.tar.gz
Add command to `tox.ini` & update existing github action to use it.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 6 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 8b8fb5b14..dde697d5f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -60,6 +60,12 @@ deps =
commands =
sphinx-build -W -b html -d _build/doctrees . _build/html
+[testenv:test_doc]
+deps =
+ -r {toxinidir}/requirements_test.txt
+commands =
+ pytest {toxinidir}/doc/test_messages_documentation.py
+
[testenv:benchmark]
deps =
-r {toxinidir}/requirements_test.txt