Merge "Change the tox Python version to 3.5"

This commit is contained in:
Zuul 2018-06-04 16:35:38 +00:00 committed by Gerrit Code Review
commit 078b3c6edd
1 changed files with 1 additions and 1 deletions

View File

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