Merge "Add python 3.6 for test in tox"

This commit is contained in:
Zuul 2018-10-20 04:09:35 +00:00 committed by Gerrit Code Review
commit 80ce6f6283
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[tox]
minversion = 1.6
skipsdist = True
envlist = py35,py27,pep8,genpolicy
envlist = py36,py35,py27,pep8,genpolicy
[testenv]
usedevelop = True
@ -35,7 +35,7 @@ commands = {posargs}
basepython = python3
setenv =
PYTHON=coverage run --source congress --parallel-mode
commands =
commands =
coverage erase
find . -type f -name "*.pyc" -delete
stestr run '^(?!congress\.tests\.haht\.test_congress_haht.*){posargs}'