Add py36 tox environment

Change-Id: I5a1c4fd92ce2ded50c5834a026a768a206addf0c
This commit is contained in:
wanghui 2018-11-07 20:20:24 +08:00
parent 429f50fa7c
commit 188d685775
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