From 20b7c0b7b378a9b99562183e9fac6aa6948388e3 Mon Sep 17 00:00:00 2001 From: James Polley Date: Mon, 9 Feb 2015 21:58:58 +0100 Subject: [PATCH] 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 --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index 1928e5ce5..2b89acc38 100644 --- a/tox.ini +++ b/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 = _