From ff67d14bee9002e0b3524dedad5deebe65132220 Mon Sep 17 00:00:00 2001 From: Vu Cong Tuan Date: Mon, 25 Jun 2018 09:11:30 +0700 Subject: [PATCH] Add py36 testenv Python 3.6 is installed by default in Ubuntu 18.04 LTS. Therefore, according to transition plan [1], we should have py36 testenv ready for it. [1] https://wiki.ubuntu.com/Python/Python36Transition Change-Id: I1f49f809eaab24de124190acd0a25e2fe44497cd --- tox.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tox.ini b/tox.ini index 2d9a9675..ce72e167 100644 --- a/tox.ini +++ b/tox.ini @@ -39,6 +39,10 @@ basepython = python3.4 basepython = python3.5 +[testenv:py36] +basepython = python3.6 + + [testenv:venv] commands = {posargs}