summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAlistair Coles <alistairncoles@gmail.com>2020-11-05 12:00:04 +0000
committerAlistair Coles <alistairncoles@gmail.com>2020-11-05 12:13:52 +0000
commitf4ce3227761901b0e5b98bdf217ea4832ac0b96f (patch)
tree230bc65766358e60ed995df5d75eff491ce72d47 /tox.ini
parent95212ac725bf74d8f8257f3e03021097aea786a0 (diff)
downloadswift-f4ce3227761901b0e5b98bdf217ea4832ac0b96f.tar.gz
Add librsvg2-* to bindep.txt
Add the librsvg2-* package to bindep.txt. This package has been required to build docs since the Related-Change. The package is added to a new 'doc' profile in bindep.txt; if missing, the package will be reported by: bindep doc The 'doc' profile is added to the tox 'bindep' env command so that, if missing, the package will always be reported by: tox -e bindep Change-Id: I6c60c31ca8002133ab77f05f59359b25315b299c Related-Change: I26cefda80d3234df68d7152b404e0a71da74ab90 Closes-Bug: 1903038
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index f73886f58..9127f3441 100644
--- a/tox.ini
+++ b/tox.ini
@@ -133,7 +133,7 @@ show-source = True
# separately, outside of the requirements files.
skip_install = True
deps = bindep
-commands = bindep test
+commands = bindep test doc
[testenv:releasenotes]
basepython = python3