Merge "add lower-constraints job"

This commit is contained in:
Zuul
2018-05-15 01:12:25 +00:00
committed by Gerrit Code Review
3 changed files with 184 additions and 0 deletions
+10
View File
@@ -229,3 +229,13 @@ import_exceptions = nova.i18n
deps = bindep
commands = bindep test
usedevelop = False
[testenv:lower-constraints]
basepython = python3
deps =
-c{toxinidir}/lower-constraints.txt
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
commands =
{[testenv]commands}
stestr run --blacklist-file=tests-py3.txt {posargs}