Merge "Add py35 to default tox environments"

This commit is contained in:
Jenkins 2015-11-23 18:46:45 +00:00 committed by Gerrit Code Review
commit 2b42fefdbf

@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,py33,py34,pypy,pep8
envlist = py26,py27,py33,py34,py35,pypy,pep8
minversion = 1.6
skipsdist = True