summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2018-03-22 14:20:09 -0400
committerDoug Hellmann <doug@doughellmann.com>2018-04-09 10:18:34 -0400
commitcc9a7e27d127df1365ed6970fb2859d4961b5733 (patch)
tree36703ddb02122617c19b8cc25a20e3537b9a1478 /tox.ini
parentf71642b1f0c432cb575912bed8e43013ce616ad9 (diff)
downloadkeystonemiddleware-cc9a7e27d127df1365ed6970fb2859d4961b5733.tar.gz
add lower-constraints job5.0.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: Ief8bbf14effa1266c62c4600f889a18f1fdbde32 Depends-On: https://review.openstack.org/555034 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 8 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 1292b2e..96b843e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -68,3 +68,11 @@ import_exceptions =
extensions = .rst, .yaml
# lines should not be longer than 79 characters.
max-line-length = 79
+
+[testenv:lower-constraints]
+basepython = python3
+deps =
+ -c{toxinidir}/lower-constraints.txt
+ -r{toxinidir}/test-requirements.txt
+ -r{toxinidir}/requirements.txt
+ .[audit_notifications]