From 2fc3bd2dde3ba1a5a7bc6ca79b414ca444821b53 Mon Sep 17 00:00:00 2001 From: Dougal Matthews Date: Fri, 8 Aug 2014 21:08:46 +0100 Subject: [PATCH] Add building docs as an integration test --- tox.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 79b3fa03..1306ff9c 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,9 @@ [tox] -envlist = py26,py27 +envlist = py26,py27,docs [testenv] deps=-rrequirements.txt commands=./runtests + +[testenv:docs] +commands={envbindir}/mkdocs build