diff options
| author | Barry Warsaw | 2016-04-30 17:53:45 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2016-04-30 17:53:45 -0400 |
| commit | 3b8841d92997ea82006c379840337151bed0f44c (patch) | |
| tree | 49871ca0e6a899ddd342b3a9289f8a6249cf0453 /tox.ini | |
| parent | c6eb7ee3e574b48ee016dd31af2014b0ed083268 (diff) | |
| download | mailman-3b8841d92997ea82006c379840337151bed0f44c.tar.gz mailman-3b8841d92997ea82006c379840337151bed0f44c.tar.zst mailman-3b8841d92997ea82006c379840337151bed0f44c.zip | |
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -34,6 +34,13 @@ deps = flake8 flake8-respect-noqa +[testenv:docs] +basepython = python3 +commands = + python setup.py build_sphinx +deps: + sphinx + [coverage] rcfile = {toxinidir}/coverage.ini rc = --rcfile={[coverage]rcfile} |
