Merge "Specify python2 for tox venv"

This commit is contained in:
Jenkins 2016-12-14 19:01:24 +00:00 committed by Gerrit Code Review
commit d11102e18e
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ whitelist_externals = bash
commands = flake8
[testenv:venv]
basepython = python2
commands = {posargs}
[testenv:docs]