summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-05-17 20:54:52 +0000
committerGerrit Code Review <review@openstack.org>2016-05-17 20:54:52 +0000
commit081e41fded47f46a5b4554d3529782c1dc71edb4 (patch)
tree6bbac5fddf912b9da5f7591eadafccf20d0c2803 /tox.ini
parenta713478cce5359aa93dfa509287291cd13e61655 (diff)
parent2db8983c7419f560ab293239231f37e5fc6785b6 (diff)
downloadtrove-081e41fded47f46a5b4554d3529782c1dc71edb4.tar.gz
Merge "Trove's tox tests should respect upper-constraints"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 6 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index a9c41084..e1acfef8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -138,6 +138,12 @@ filename=*.py,trove-*
commands = openstack-doc-test --check-links {posargs}
[testenv:checkbuild]
+# NOTE(pmalik) The setting of the install_command in this location
+# is only required because currently infra does not actually
+# support constraints files for the publishdocs job, and while
+# the environment variable UPPER_CONSTRAINTS_FILE is set, there's
+# no file there. It can be removed when infra changes this.
+install_command = pip install -U {opts} {packages}
commands =
openstack-doc-test --check-niceness --check-syntax --check-deletions {posargs}
openstack-doc-test --check-build {posargs}