Add py36 tox environment

Change-Id: I6aad1ab6bba285826ef600436ebff20d2d78ad60
This commit is contained in:
wanghui 2018-11-07 20:22:00 +08:00
parent 59f2822e9c
commit b645c7aff0
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = pep8,py27,py34,py35
envlist = pep8,py27,py34,py35,py36
skipsdist = True
skip_missing_interpreters = True