From 2637fec004042db20da9603adf7e8938b2bc71a3 Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Wed, 20 Jun 2018 15:44:26 -0700 Subject: [PATCH] Add py36 testenv Ubuntu 18.04 ships 3.6.5; may as well have a testenv handy for it. Change-Id: Ibea05bc879685fab148cde1b19510e83f0639f5d --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index 2cad7c3b7d..b6d2db7885 100644 --- a/tox.ini +++ b/tox.ini @@ -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 =