summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2018-03-22 19:07:53 -0400
committerDoug Hellmann <doug@doughellmann.com>2018-03-22 19:07:53 -0400
commit6eaa305cf6fb3865ceac6c01baed80575b8d0cb8 (patch)
treeff1bf68a0191925ad43c5c2177da9eed3880aa4e /tox.ini
parentb9a119eb0291ab5d344366b1f65ccfa48920d82a (diff)
downloadtrove-6eaa305cf6fb3865ceac6c01baed80575b8d0cb8.tar.gz
add lower-constraints job
Create a tox environment for running the unit tests against the lower bounds of the dependencies. Create a lower-constraints.txt to be used to enforce the lower bounds in those tests. Add openstack-tox-lower-constraints job to the zuul configuration. See http://lists.openstack.org/pipermail/openstack-dev/2018-March/128352.html for more details. Change-Id: I5352398603e5755d46c9c033b05af637e379eea0 Depends-On: https://review.openstack.org/555034 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 7 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 817b6dd0..20e2a54b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -114,3 +114,10 @@ deps = -r{toxinidir}/requirements.txt
commands = {[testenv]commands}
python tools/trove-pylint.py {posargs:check}
+
+[testenv:lower-constraints]
+basepython = python3
+deps =
+ -c{toxinidir}/lower-constraints.txt
+ -r{toxinidir}/test-requirements.txt
+ -r{toxinidir}/requirements.txt