Add `tox -edocs` capability

This is much easier to remember than the full commandline - and keeps
this project in line with others

Change-Id: I2f631c25d8839272941b7c8d4bb571a853422083
This commit is contained in:
James Polley 2015-02-09 21:58:58 +01:00 committed by Gregory Haynes
parent c4bbb6f3bc
commit 20b7c0b7b3
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@ commands = bash -c 'if [ ! -d ./.testrepository ] ; then testr init ; fi'
[tox:jenkins]
downloadcache = ~/cache/pip
[testenv:docs]
commands = python setup.py build_sphinx
[flake8]
ignore = E125,H202,H302,H803
builtins = _