From 469df52e7cfe19e9b806b586ee3c4ce0a8b0af0b Mon Sep 17 00:00:00 2001 From: Witold Bedyk Date: Tue, 27 Mar 2018 11:38:03 +0200 Subject: [PATCH] Execute ostestr in lower-constraints job Change-Id: I9752713d2095c1a061aefaa577dc91a7da62fe4a --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index a7a734ba..9de29fb6 100644 --- a/tox.ini +++ b/tox.ini @@ -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}