Update tox.ini

Add py35 to envlist.

Change-Id: I05ca4aa933a27dfde91adf4721629506ee9dc17a
Signed-off-by: Charles Short <zulcss@gmail.com>
This commit is contained in:
Charles Short 2018-03-28 09:57:09 -04:00
parent dbb60756af
commit 19b572e4e2
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py27,pep8,eslint,karma
envlist = py27,py35,pep8,eslint,karma
skipsdist = True
[testenv]