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:
parent
c4bbb6f3bc
commit
20b7c0b7b3
3
tox.ini
3
tox.ini
@ -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 = _
|
||||
|
Loading…
x
Reference in New Issue
Block a user