Skip to content

Commit 5f3ce3f

Browse files
committed
tox: Use click-man executable instead
It seems less hacky. Signed-off-by: Stephen Finucane <stephen@that.guru>
1 parent 7efb74e commit 5f3ce3f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
-r ../requirements.txt
22
sphinx>=1.5,<2.0
33
sphinx-click>=1.0,<2.0
4-
click-man>=0.2,<0.3
54
reno>=2.0,<3.0
65
sphinx_rtd_theme==0.3.1

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ commands =
4747

4848
[testenv:man]
4949
deps =
50-
-r{toxinidir}/docs/requirements.txt
50+
click-man~=0.3.0
5151
commands =
52-
python setup.py --command-packages=click_man.commands man_pages
52+
click-man git-pw
5353

5454
[flake8]
5555
show-source = true

0 commit comments

Comments
 (0)