From bb10a4d2312483a0e08258b09c2bcacf3318f385 Mon Sep 17 00:00:00 2001 From: akhiljain23 <akhil.jain@india.nec.com> Date: Thu, 4 Oct 2018 13:59:19 +0530 Subject: [PATCH] Add python 3.6 for test in tox This commit adds support for py36 in tox.ini by default. When tox command is executed by developer it will run py36 tests. Change-Id: Ifc15cd8913edd9c86ed6196f1393d40d7563429c --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5ffaf57..3ab4cda 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py35,py27,pep8 +envlist = py36,py35,py27,pep8 skipsdist = True [testenv]