From 9a311bfa556def845c3851961a3537b68823ef08 Mon Sep 17 00:00:00 2001 From: hhatto Date: Sun, 15 Jan 2017 21:10:32 +0900 Subject: [PATCH] add Python3.6 tests on travis-ci --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 1bcf030a..4dcfaa53 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ python: - "3.3" - "3.4" - "3.5" + - "3.6" - "pypy" - "pypy3"