Merge "Add py36 to tox.ini"

This commit is contained in:
Jenkins 2017-02-03 03:58:54 +00:00 committed by Gerrit Code Review
commit 4180f1c80e
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.0
envlist = py35,py27,pypy,pep8,pip-check-reqs
envlist = py{36,35,27,py},pep8,pip-check-reqs
skipsdist = True
[testenv]