From 1aa8418305380fc8dca37a838e16a52f6b3449d1 Mon Sep 17 00:00:00 2001 From: akhiljain23 Date: Thu, 4 Oct 2018 13:51:51 +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: I21aba62ad0ea5b32445560dc38d28acff197ac23 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 17b1071..86595de 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py35,py27,pep8 +envlist = py36,py35,py27,pep8 minversion = 2.0 skipsdist = True