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:
parent
b58c5b29e9
commit
bb10a4d231
2
tox.ini
2
tox.ini
@ -1,6 +1,6 @@
|
||||
[tox]
|
||||
minversion = 2.0
|
||||
envlist = py35,py27,pep8
|
||||
envlist = py36,py35,py27,pep8
|
||||
skipsdist = True
|
||||
|
||||
[testenv]
|
||||
|
Loading…
x
Reference in New Issue
Block a user