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
This commit is contained in:
akhiljain23 2018-10-04 13:59:19 +05:30
parent b58c5b29e9
commit bb10a4d231
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.0
envlist = py35,py27,pep8
envlist = py36,py35,py27,pep8
skipsdist = True
[testenv]