Added docs env to tox

Change-Id: I39170fdd825683454b28e7a6b4f3c15a54ada38c
This commit is contained in:
aviau 2014-08-12 10:07:16 -04:00
parent 68b745ce90
commit 1ac2078d85
1 changed files with 4 additions and 1 deletions

View File

@ -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