Files
cae149740f4464eaef50f0f382ba1edeb27ac9e3
openstack-ansible-os_cloudk... /tox.ini

63 lines
1.4 KiB
INI
Raw Normal View History

[testenv]
pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}
/usr/bin/find . -type f -name "*.pyc" -delete
passenv =
http_proxy
HTTP_PROXY
https_proxy
HTTPS_PROXY
no_proxy
NO_PROXY
TESTING_HOME
USER
setenv =
WORKING_DIR={toxinidir}
[testenv:docs]
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/doc/requirements.txt
deps = {[testenv:docs]deps}
commands =
# Settings for doc8:
extensions = .rst
# environment used by the -infra templated docs job
[testenv:venv]
commands =
{posargs}