Merge "Set the basepython for the venv tox environment"

This commit is contained in:
Jenkins 2017-04-14 05:19:16 +00:00 committed by Gerrit Code Review
commit 7dafe4488b
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ commands =
#set PYTHONHASHSEED=0 to prevent wsmeext.sphinxext from randomly failing.
[testenv:venv]
basepython = python2.7
setenv = PYTHONHASHSEED=0
commands = {posargs}