From 840126de6068e3ec7866e2a8065e83899fa2c714 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 4 Oct 2016 09:00:35 -0400 Subject: [PATCH] Add testing for Python 3.5 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index c23a7de..f995da7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,5 @@ python: - 3.2 - 3.3 - 3.4 + - 3.5 script: make test