summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-04-06 12:58:24 +0000
committerGerrit Code Review <review@openstack.org>2017-04-06 12:58:24 +0000
commit3444bbf028fc14b2706b030ecb0f78692a7fec46 (patch)
tree72791c75a907e829ca81a3b4f11497c13ad64335 /tox.ini
parent9dc74599da4779464615b67e545795672e946aad (diff)
parent06c993d5509772c82a407cce35df6245073bb14c (diff)
downloadoslo-messaging-3444bbf028fc14b2706b030ecb0f78692a7fec46.tar.gz
Merge "tox: Build docs with Python 2.7"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 82ad1e9..3c325dd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -26,6 +26,7 @@ commands =
commands = {posargs}
[testenv:docs]
+basepython = python2.7
commands = python setup.py build_sphinx
[testenv:py27-func-rabbit]