From afc9abc26921bc50b9d1a73e8a708748f515672a Mon Sep 17 00:00:00 2001 From: eternnoir Date: Sat, 10 Mar 2018 14:48:30 +0800 Subject: [PATCH] Add ci test for python 3.6 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 491d4b9..f5f202a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ python: - "3.3" - "3.4" - "3.5" + - "3.6" - "pypy" - "pypy3" install: "pip install -r requirements.txt"