summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2018-03-22 17:50:49 -0400
committerDoug Hellmann <doug@doughellmann.com>2018-04-09 10:26:11 -0400
commit935401e67b78a7d6c455e68b609f934a411102f3 (patch)
tree1b0c3e231a48d22437f34ab1ee38fbd7c54f4227 /tox.ini
parent40642d597deecce4dd81428449353bbd0c2ad5be (diff)
downloadpython-keystoneclient-935401e67b78a7d6c455e68b609f934a411102f3.tar.gz
add lower-constraints job3.16.0
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: I27d40ced965e35f5edcb1200faa5d1693cc12544 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 8233748..72bbf0b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -73,3 +73,10 @@ import_exceptions =
# separately, outside of the requirements files.
deps = bindep
commands = bindep test
+
+[testenv:lower-constraints]
+basepython = python3
+deps =
+ -c{toxinidir}/lower-constraints.txt
+ -r{toxinidir}/test-requirements.txt
+ -r{toxinidir}/requirements.txt