nova-specs/tox.ini
Russell Bryant 894723022e Disable site-packages for tox
Change-Id: Ic5cb48951b1031a682adf2c37ee8fdc8615c505d
2014-03-31 11:39:55 -04:00

16 lines
281 B
INI

[tox]
minversion = 1.6
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