From 1ac2078d85619121c24b19a6149d6f049e9749e6 Mon Sep 17 00:00:00 2001 From: aviau Date: Tue, 12 Aug 2014 10:07:16 -0400 Subject: [PATCH] Added docs env to tox Change-Id: I39170fdd825683454b28e7a6b4f3c15a54ada38c --- tox.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 21ba7ed..02c0531 100644 --- a/tox.ini +++ b/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