Merge "Set test python executable to python2"

This commit is contained in:
Jenkins 2016-04-27 17:43:51 +00:00 committed by Gerrit Code Review
commit 99a190be9b

View File

@ -9,6 +9,7 @@ install_command = pip install -U {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/test-requirements.txt
whitelist_externals = bash
basepython = python2
[testenv:releasenotes]
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html