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

This commit is contained in:
Zuul 2018-07-25 21:19:41 +00:00 committed by Gerrit Code Review
commit abc9957a12
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[tox]
minversion = 2.9.1
skipsdist = True
envlist = py34,py27,pep8
envlist = py35,py27,pep8
[testenv]
usedevelop = True