From 851cdde22a5e36511c07bc62030084483d7eb38c Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Mon, 2 Oct 2017 09:07:37 -0400 Subject: [PATCH] Add 3.6 to travis testing --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index c40a21d..192c80a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ python: - "3.3" - "3.4" - "3.5" + - "3.6" - "pypy" sudo: false