Add building docs as an integration test

This commit is contained in:
Dougal Matthews
2014-08-08 21:08:46 +01:00
parent 8ddd54cb51
commit 2fc3bd2dde

View File

@@ -1,6 +1,9 @@
[tox]
envlist = py26,py27
envlist = py26,py27,docs
[testenv]
deps=-rrequirements.txt
commands=./runtests
[testenv:docs]
commands={envbindir}/mkdocs build