Add py36 testenv

Ubuntu 18.04 ships 3.6.5; may as well have a testenv handy for it.

Change-Id: Ibea05bc879685fab148cde1b19510e83f0639f5d
This commit is contained in:
Tim Burke 2018-06-20 15:44:26 -07:00
parent c568b4b100
commit 2637fec004

View File

@ -49,6 +49,9 @@ commands =
test/unit/common/test_utils.py \
test/unit/common/test_wsgi.py}
[testenv:py36]
commands = {[testenv:py35]commands}
[testenv:pep8]
basepython = python2.7
commands =