Files
puppet-openstack-guide/tox.ini
Emilien Macchi c4d1b6c6d0 First commit for Puppet OpenStack Guide
Including basic bits to run sphinx.

Change-Id: Icb718f610d7767850122a54af6a664e63ddbca05
2016-03-27 14:01:54 -04:00

17 lines
296 B
INI

[tox]
minversion = 1.6
envlist = docs
skipsdist = True
[testenv]
usedevelop = True
setenv = VIRTUAL_ENV={envdir}
install_command = pip install -U {opts} {packages}
deps = -r{toxinidir}/requirements.txt
[testenv:venv]
commands = {posargs}
[testenv:docs]
commands = python setup.py build_sphinx