From 890b740adc761a2a38657152a726b9450f172b97 Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Mon, 17 Dec 2018 14:23:16 -0500 Subject: [PATCH] Add tests to lower-constraints job The current job simply installs requirements constrained by lower-constraints.txt. While it is nice to know that the requirements files are compatible, it would be even better to run some tests to actually check that the code runs using the current lower-constraints.txt file. Change-Id: I7a191ac44b004f840c986ded61341e43b35f1d49 --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index ff82b2ad0b..c35b7d82c4 100644 --- a/tox.ini +++ b/tox.ini @@ -199,3 +199,6 @@ deps = -c{toxinidir}/lower-constraints.txt -r{toxinidir}/test-requirements.txt -r{toxinidir}/requirements.txt +commands = + {[testenv]commands} + stestr run --slowest {posargs}