Code Review
/
apex-tripleo-heat-templates.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
1324f2f
)
Use upper-constraints for tox
author
Alex Schultz
<aschultz@redhat.com>
Wed, 17 May 2017 17:01:07 +0000
(11:01 -0600)
committer
Alex Schultz
<aschultz@redhat.com>
Wed, 17 May 2017 17:01:07 +0000
(11:01 -0600)
Use the openstack upper-constraints when running tox.
Change-Id: I9eef36eec749beec0effdb2309fe2ceb9bc557f8
Related-Bug: #
1691511
tox.ini
patch
|
blob
|
history
diff --git
a/tox.ini
b/tox.ini
index
3796a54
..
b92e545
100644
(file)
--- a/
tox.ini
+++ b/
tox.ini
@@
-4,6
+4,7
@@
skipsdist = True
[testenv]
usedevelop = True
+install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt