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

This commit is contained in:
Zuul 2018-08-29 09:18:36 +00:00 committed by Gerrit Code Review
commit 0090a14a20
1 changed files with 3 additions and 3 deletions

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}