Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2018-01-19 16:55:17 +0300
committerStephen Finucane <stephen@that.guru>2018-12-17 17:46:34 +0300
commit3e2f680af341e6148900b6ae252d3fb1ec9a1fd3 (patch)
tree76d1909e8f20efa15e6d1881d48865f39c96e7ea /tox.ini
parentcce4ad7f801057bf838d2b7f24b6a91b5fa29c06 (diff)
Add bindep integration
The bindep (BINary DEPendency automation) tool is a tool for checking the presence of binary packages needed to use an application / library. Use it to specify the dependencies needed to successfully pass the LaTex tests. Only Fedora targets are currently provided. Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 8 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 20f8cfdc8..3d4f589a0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -67,3 +67,11 @@ deps =
sphinxcontrib-websupport
commands =
python setup.py build_sphinx {posargs}
+
+[testenv:bindep]
+description =
+ Install binary dependencies.
+deps =
+ bindep
+commands =
+ bindep test