|
|
@ -12,7 +12,7 @@ setenv = VIRTUAL_ENV={envdir} |
|
|
|
|
|
|
|
whitelist_externals = find |
|
|
|
deps = |
|
|
|
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} |
|
|
|
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} |
|
|
|
-r{toxinidir}/test-requirements.txt |
|
|
|
commands = |
|
|
|
find . -type f -name "*.pyc" -delete |
|
|
@ -32,7 +32,7 @@ commands = {posargs} |
|
|
|
[testenv:docs] |
|
|
|
usedevelop = True |
|
|
|
deps = |
|
|
|
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} |
|
|
|
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} |
|
|
|
-r{toxinidir}/doc/requirements.txt |
|
|
|
whitelist_externals = rm |
|
|
|
commands = |
|
|
@ -50,7 +50,7 @@ commands = |
|
|
|
|
|
|
|
[testenv:releasenotes] |
|
|
|
deps = |
|
|
|
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} |
|
|
|
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} |
|
|
|
-r{toxinidir}/doc/requirements.txt |
|
|
|
whitelist_externals = rm |
|
|
|
commands = |
|
|
|