diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-02-17 18:25:26 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-17 18:25:26 +0900 |
commit | fcb22f20743de2028bbc35d44419649928b452fc (patch) | |
tree | 02eafd8ccac8b020ef242d274b16bca66964aa14 /tox.ini | |
parent | 63ccc34475639efd44d324f50e12e9697edc628a (diff) | |
parent | 3e2f680af341e6148900b6ae252d3fb1ec9a1fd3 (diff) | |
download | sphinx-git-fcb22f20743de2028bbc35d44419649928b452fc.tar.gz |
Merge pull request #5832 from stephenfin/bindep-integration
Add bindep integration
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -66,3 +66,11 @@ deps = sphinxcontrib-websupport commands = python setup.py build_sphinx {posargs} + +[testenv:bindep] +description = + Install binary dependencies. +deps = + bindep +commands = + bindep test |