Specify python2 for tox venv

The openid library seems to have problems with python3, so specify
python2 here so that when developers run the server using tox (as
recommended in the docs) they run with a python version compatible
with openid.

Change-Id: If4a886c1d6afa20e310c56b6299e36094855e823
This commit is contained in:
James E. Blair 2016-11-30 13:53:40 -08:00
parent db050a3de6
commit 52eb7f22b2

View File

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