Add py35 to tox job list

Add 'py35' to the tox job list, so that it will run unit tests using
Python 3.5 when doing:
    $ tox

Change-Id: I0059e016b3eb6e0d812706ee4a6e679a52c34e41
This commit is contained in:
John L. Villalovos 2016-11-09 05:39:30 -08:00
parent cd253c3ad6
commit 4ba285bc5f

View File

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