diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -44,6 +44,7 @@ max-line-length = 88 ignore = H501,H803 [testenv:docs] +deps = -r{toxinidir}/rtd-requirements.txt commands = python setup.py build_sphinx [testenv:cover] |