Merge "change default python 3 env in tox to 3.5"

This commit is contained in:
Zuul 2018-07-15 15:05:32 +00:00 committed by Gerrit Code Review
commit bfc4506e25
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 = py3,py27,pep8
skipsdist = True
[testenv]