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:
parent
c0640f8710
commit
d58064c207
2
tox.ini
2
tox.ini
@ -1,5 +1,5 @@
|
|||||||
[tox]
|
[tox]
|
||||||
envlist = py34,py27,pep8
|
envlist = py35,py27,pep8
|
||||||
minversion = 1.6
|
minversion = 1.6
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user