ossa/tox.ini

15 lines
284 B
INI

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