From 961d1d8fac68bd25d2cef550244a13a1a3c402af Mon Sep 17 00:00:00 2001 From: Graham Hayes Date: Wed, 18 May 2016 12:28:26 +0100 Subject: [PATCH] Fix gate trying to use u-c for api-ref Change-Id: Ic1112bc484309c4cf9c4bfc8a65692e577bd6559 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 051730cf8..3e091ef78 100644 --- a/tox.ini +++ b/tox.ini @@ -108,6 +108,7 @@ passenv = TEMPEST_CONFIG # we do not used -W here because we are doing some slightly tricky # things to build a single page document, and as such, we are ok # ignoring the duplicate stanzas warning. +install_command = pip install {opts} {packages} commands = rm -rf api-ref/build sphinx-build -E -b html -d api-ref/build/doctrees api-ref/source api-ref/build/html