Skip to content

Commit

Permalink
Set the basepython for the venv tox environment
Browse files Browse the repository at this point in the history
CI uses the venv tox environment to build the documentation. We need to
make sure that Python 2 is used until out docs build correctly under
Python 3.

Change-Id: I1a1d3123f22bf89965eb65e48648aae38cbdd254
  • Loading branch information
d0ugal committed Apr 11, 2017
1 parent 7af9147 commit 28ea6be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Expand Up @@ -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}

Expand Down

0 comments on commit 28ea6be

Please sign in to comment.