Merge "Add lower-constraints job"

This commit is contained in:
Zuul 2018-09-28 23:19:32 +00:00 committed by Gerrit Code Review
commit 4bb0834168
2 changed files with 12 additions and 0 deletions

View File

@ -1,4 +1,10 @@
- project:
check:
jobs:
- openstack-tox-lower-constraints
gate:
jobs:
- openstack-tox-lower-constraints
templates:
- publish-openstack-docs-pti
- openstack-python-jobs

View File

@ -77,6 +77,12 @@ basepython = python3
install_command = {[testenv:common-constraints]install_command}
commands = oslo_debug_helper {posargs}
[testenv:lower-constraints]
deps =
-c{toxinidir}/lower-constraints.txt
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
[flake8]
# E123, E125 skipped as they are invalid PEP-8.