change default python 3 env in tox to 3.5

Change-Id: Ib2e7dfec238a78697ec580d5d2545be873155f84
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-01-24 16:48:30 -05:00
parent 940dd5c41e
commit 7f4b8a7df2
1 changed files with 1 additions and 1 deletions

View File

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