diff options
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -2,7 +2,7 @@ # For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt [tox] -envlist = py{26,27,33,34,35}, pypy{24,26,3_24} +envlist = py{26,27,33,34,35}, pypy{24,26,3_24}, doc skip_missing_interpreters = True [testenv] @@ -49,6 +49,10 @@ basepython = pypy2.6 [testenv:pypy3_24] basepython = pypy3-2.4 +[testenv:doc] +basepython = python2 +deps = -rdoc/requirements.pip +commands = sphinx-build -aEnq doc doc/_build/html # Yes, pep8 will read its settings from tox.ini! [pep8] |
