From aa60f7c194063cd2358c820545d895ff5882338d Mon Sep 17 00:00:00 2001 From: Bob Haddleton Date: Thu, 23 Aug 2018 08:31:50 -0500 Subject: [PATCH] Add py36 to tox and default to python3 for pep8 and venv Change-Id: I3fa2748162b67363b62ca445dc1122ce7bf2bb94 --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 279808411..7c8e78337 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py35,py27,pep8 +envlist = py36,py35,py27,pep8 minversion = 1.6 skipsdist = True @@ -37,7 +37,7 @@ passenv = ZUUL_PROJECT commands = ./run_tests.sh -N --db-type mysql [testenv:pep8] -basepython = python2.7 +basepython = python3 commands = doc8 doc/source python setup.py check --restructuredtext --strict @@ -68,7 +68,7 @@ commands = #set PYTHONHASHSEED=0 to prevent wsmeext.sphinxext from randomly failing. [testenv:venv] -basepython = python2.7 +basepython = python3 setenv = PYTHONHASHSEED=0 commands = {posargs}