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

This commit is contained in:
Zuul 2018-06-19 01:44:58 +00:00 committed by Gerrit Code Review
commit 1d29156dde
1 changed files with 1 additions and 1 deletions

View File

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