From 116016d257338e8a8b1f7a4b969b7e8ee96874a4 Mon Sep 17 00:00:00 2001 From: Matt Griswold Date: Sun, 18 Feb 2018 18:26:20 +0000 Subject: [PATCH] update travis matrix --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ee53c8b..4a29a99 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,9 @@ language: python -python: 2.7 +python: + - 2.7 + - 3.4 + - 3.5 + - 3.6 branches: except: - gh-pages