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}
|
||||
|
||||
[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 =
|
||||
rm -rf doc/build
|
||||
docstheme-build-translated.sh
|
||||
|
Loading…
Reference in New Issue
Block a user