From 1d2b3f46182fded8556d70a6416c4bbbab4490df Mon Sep 17 00:00:00 2001 From: Masayuki Igawa Date: Tue, 15 Nov 2016 14:21:42 +0900 Subject: [PATCH] Make py35 tox task default in python3 This commit makes the py35 tox task default in python3 instead of py34. In the gate, we already use py35 not py34, so this is natural. Change-Id: Ie5dc151b509db9c8ccf50373e73408e352d2bc63 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8dbf560..66e4752 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py34,py27,pypy,pep8 +envlist = py35,py27,pypy,pep8 skipsdist = True [testenv]