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
This commit is contained in:
akhiljain23 2018-10-04 13:51:51 +05:30
parent 244999dba7
commit 1aa8418305
1 changed files with 1 additions and 1 deletions

View File

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