From 862860b2020f3d6bfa0654dfc3ed63bafe0852bc Mon Sep 17 00:00:00 2001 From: Pieter Ennes Date: Wed, 7 Mar 2018 12:27:45 +0000 Subject: [PATCH] Add Python 3.6 to Travis. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index b4a67a58..3f0934b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: - "2.7" - "3.4" - "3.5" + - "3.6" - "pypy" script: