Add py35 to tox.ini

Add py35 to tox.ini so we can check
for pyhton3 compatibility.

Change-Id: I9a652d01fcc1a13e07f94a9a7e48b23d1877e1c8
Signed-off-by: Charles Short <zulcss@gmail.com>
This commit is contained in:
Charles Short 2018-03-26 14:21:59 +00:00
parent 498e11ff87
commit 78ae62315e
1 changed files with 1 additions and 1 deletions

View File

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