Extra bits

This commit is contained in:
James Page
2017-06-19 10:17:32 +01:00
parent 016bd6aa56
commit 6f73e1681f
30 changed files with 331 additions and 278 deletions

17
tox.ini
View File

@@ -1,2 +1,17 @@
[tox]
minversion = 1.6
envlist = deploy-guide
skipsdist = True
[testenv]
basepython = python2.7
usedevelop = True
setenv = VIRTUAL_ENV={envdir}
install_command = pip install -U {opts} {packages}
deps = -r{toxinidir}/requirements.txt
[testenv:venv]
commands = {posargs}
[testenv:deploy-guide]
commands = sphinx-build -a -E -W -d deploy-guide/build/doctrees -b html deploy-guide/source deploy-guide/build/html
commands = sphinx-build -a -d deploy-guide/build/doctrees -b html deploy-guide/source deploy-guide/build/html