Update the tag for Swift tox test

Change default py3x to py35 in tox.ini to support python3.5,
and fix the error when run tox test for Swfit.

Closes-Bug: #1649773

Change-Id: I8e26183ffe270518503da8b5aa394e99ae4cd8c6
This commit is contained in:
tone-zhang 2016-12-14 06:25:54 +00:00
parent c0640f8710
commit d58064c207

View File

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