Add py35 to tox environments

To run the unit tests locally added py35 option to tox option

Change-Id: I61ce61200c0f3c13b58fc35936bf7f43830f47a1
Closes-bug: #1641000
This commit is contained in:
Debayan Ray 2016-11-10 23:54:25 -05:00
parent ce7862dbad
commit 7e1fd5f783
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py34,py27,pep8,cover
envlist = py35,py34,py27,pep8,cover
[testenv]
usedevelop = True