Merge "Add py36 testenv"

This commit is contained in:
Zuul 2018-07-11 00:59:16 +00:00 committed by Gerrit Code Review
commit 5a83987c1c
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py35, pep8
envlist = py35, py36, pep8
skipsdist = True
[testenv]

View File

@ -1,5 +1,5 @@
[tox]
envlist = py35, pep8, docs
envlist = py35, py36, pep8, docs
# Allows docs to be built without setup.py having to exist. Requires that
# usedevelop be False as well (which it is by default).
skipsdist = True
@ -16,6 +16,12 @@ commands =
tox -c src/bin/pegleg/tox.ini -e py35
whitelist_externals = tox
[testenv:py36]
commands =
# Run all unit tests under src/bin/pegleg
tox -c src/bin/pegleg/tox.ini -e py36
whitelist_externals = tox
[testenv:fmt]
commands =
tox -c src/bin/pegleg/tox.ini -e fmt