Merge "Execute ostestr in lower-constraints job"

This commit is contained in:
Zuul 2018-04-09 10:46:27 +00:00 committed by Gerrit Code Review
commit 5fd3edd57b
1 changed files with 2 additions and 0 deletions

View File

@ -85,7 +85,9 @@ ignore = E121,E126,E127,E128,E131,E221,E226,E241,E251,E261,E302,E303,E501,E701,F
[testenv:lower-constraints]
basepython = python3
setenv = {[testenv:py35]setenv}
deps =
-c{toxinidir}/lower-constraints.txt
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
commands = {[testenv:py35]commands}