Files
7e2f8f8e920e6b3a7a597db74beda9f0bc29cfa2
nova-specs /tox.ini
Russell Bryant 7e2f8f8e92 Make nova-specs an oslosphinx project
Update the nova-specs project to use sphinx. This will allow us to
still write our specs using rst, but also have a nice framework for
rendering and publishing the specs if we choose to.
Change-Id: Ib92231acb28bba44abafb7dd554404f542da13a7
2014年03月24日 16:28:41 -04:00

17 lines
308 B
INI

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