From 99d795691d63afbe717044d23e8e3aa9eed09834 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Sun, 6 Dec 2015 20:48:36 +0100 Subject: [PATCH] Add more python versions to test --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8946e12..bc38277 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,8 @@ language: python python: - "2.7" - "3.3" + - "3.4" + - "3.5" # whitelist branches: only: