Added docs env to tox
Change-Id: I39170fdd825683454b28e7a6b4f3c15a54ada38c
This commit is contained in:
parent
68b745ce90
commit
1ac2078d85
5
tox.ini
5
tox.ini
@ -1,7 +1,7 @@
|
||||
[tox]
|
||||
minverson = 1.6
|
||||
skipsdist = True
|
||||
envlist = py27, pep8
|
||||
envlist = py27, pep8, docs
|
||||
|
||||
[testenv]
|
||||
deps = -r{toxinidir}/requirements.txt
|
||||
@ -15,5 +15,8 @@ commands = flake8
|
||||
[testenv:venv]
|
||||
commands = {posargs}
|
||||
|
||||
[testenv:docs]
|
||||
commands = python setup.py build_sphinx
|
||||
|
||||
[flake8]
|
||||
exclude = .tox
|
||||
|
Loading…
Reference in New Issue
Block a user