Merge "Add py35 tox environment"

This commit is contained in:
Jenkins 2016-12-06 06:18:47 +00:00 committed by Gerrit Code Review
commit ec9c445e49
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py27,pypy,pep8
envlist = py35,py27,pypy,pep8
minversion = 2.0
skipsdist = True
@ -24,7 +24,6 @@ commands = {posargs}
[testenv:cover]
commands = python setup.py testr --coverage --testr-args='{posargs}'
[flake8]
show-source = True
max-line-length = 120