Merge "tox.ini: Add 'py36' to the default envlist"

This commit is contained in:
Jenkins 2017-09-05 10:16:44 +00:00 committed by Gerrit Code Review
commit ca20c038eb
1 changed files with 1 additions and 1 deletions

View File

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