Update tox.ini

Add tox env for python3.5.

Change-Id: I18adf7667ffa05fcb413c70227bd839572c504ad
Signed-off-by: Charles Short <zulcss@gmail.com>
This commit is contained in:
Charles Short 2018-03-26 22:34:00 -04:00
parent b2b415c082
commit e948383e78
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 = py35,py27,pep8,eslint,karma
skipsdist = True
[testenv]