We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebd5534 commit 592f0d2Copy full SHA for 592f0d2
.travis.yml
@@ -11,6 +11,8 @@ matrix:
11
env: TOXENV=py38-pytest
12
- python: "3.7"
13
env: TOXENV=flake8
14
+ - python: "3.7"
15
+ env: TOXENV=docs
16
17
install:
18
pip install tox
tox.ini
@@ -14,6 +14,11 @@ commands =
pytest --cov=click_option_group --color=yes -v {posargs}
coveralls
+[testenv:docs]
+commands =
19
+ pip install -e .[docs]
20
+ make -C docs/ html
21
+
22
[testenv:flake8]
23
deps =
24
flake8
0 commit comments