Add py36 to tox and default to python3 for pep8 and venv

Change-Id: I3fa2748162b67363b62ca445dc1122ce7bf2bb94
This commit is contained in:
Bob Haddleton 2018-08-23 08:31:50 -05:00
parent 632e4bda67
commit aa60f7c194

View File

@ -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}