Merge "Add lower-constraints job"

This commit is contained in:
Zuul 2019-08-26 14:39:11 +00:00 committed by Gerrit Code Review
commit 54451f26b2
2 changed files with 8 additions and 0 deletions

View File

@ -76,6 +76,7 @@
- project:
templates:
- openstack-lower-constraints-jobs
- check-requirements
- openstack-cover-jobs
- openstack-python-jobs

View File

@ -75,3 +75,10 @@ local-check-factory = cloudkitty.hacking.checks.factory
[testenv:releasenotes]
basepython = python3
commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[testenv:lower-constraints]
basepython = python3
deps =
-c{toxinidir}/lower-constraints.txt
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt