From d58064c2073b3967329e2abe2898a0bcd88f6e3f Mon Sep 17 00:00:00 2001 From: tone-zhang Date: Wed, 14 Dec 2016 06:25:54 +0000 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 582be62aa3..5df77c3392 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py34,py27,pep8 +envlist = py35,py27,pep8 minversion = 1.6 skipsdist = True