From 3e2f680af341e6148900b6ae252d3fb1ec9a1fd3 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Fri, 19 Jan 2018 13:55:17 +0000 Subject: 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 --- tox.ini | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tox.ini') 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 -- cgit v1.2.3