Merge "Dep's should be restricted by tox-constraints"
This commit is contained in:
commit
37e71b3652
4
tox.ini
4
tox.ini
@ -14,7 +14,9 @@ passenv = *_proxy *_PROXY
|
|||||||
commands = {posargs}
|
commands = {posargs}
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
deps = -r{toxinidir}/doc/requirements.txt
|
deps =
|
||||||
|
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
||||||
|
-r{toxinidir}/doc/requirements.txt
|
||||||
commands =
|
commands =
|
||||||
rm -rf doc/build
|
rm -rf doc/build
|
||||||
docstheme-build-translated.sh
|
docstheme-build-translated.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user