|
|
|
@ -12,7 +12,7 @@ setenv = VIRTUAL_ENV={envdir}
|
|
|
|
|
NOSE_OPENSTACK_YELLOW=0.025 |
|
|
|
|
NOSE_OPENSTACK_SHOW_ELAPSED=1 |
|
|
|
|
install_command = pip install {opts} {packages} |
|
|
|
|
deps = -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} |
|
|
|
|
deps = -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} |
|
|
|
|
-r{toxinidir}/requirements.txt |
|
|
|
|
-r{toxinidir}/test-requirements.txt |
|
|
|
|
commands = python manage.py test {posargs} --settings=blazar_dashboard.test.settings |
|
|
|
@ -50,14 +50,14 @@ commands =
|
|
|
|
|
[testenv:docs] |
|
|
|
|
basepython = python3 |
|
|
|
|
deps = |
|
|
|
|
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} |
|
|
|
|
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} |
|
|
|
|
-r{toxinidir}/doc/requirements.txt |
|
|
|
|
commands = python setup.py build_sphinx |
|
|
|
|
|
|
|
|
|
[testenv:releasenotes] |
|
|
|
|
basepython = python3 |
|
|
|
|
deps = |
|
|
|
|
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} |
|
|
|
|
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} |
|
|
|
|
-r{toxinidir}/doc/requirements.txt |
|
|
|
|
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html |
|
|
|
|
|
|
|
|
|