Merge "add python 3.6 unit test job"

This commit is contained in:
Zuul 2019-01-15 21:56:35 +00:00 committed by Gerrit Code Review
commit 5be7db0179
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py35,py27,pypy,pep8
envlist = py36,py35,py27,pypy,pep8
skipsdist = True
[testenv]
@ -89,4 +89,4 @@ basepython = python3
deps = -r{toxinidir}/doc/requirements.txt
commands =
rm -rf releasenotes/build
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html