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
This commit is contained in:
Masayuki Igawa 2016-11-15 14:21:42 +09:00
parent 551c604e22
commit 1d2b3f4618
1 changed files with 1 additions and 1 deletions

View File

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