From e5a896428201bc7764ab83eaf8d06552d6c60c37 Mon Sep 17 00:00:00 2001 From: Poruri Sai Rahul Date: Thu, 15 Nov 2018 16:30:15 -0600 Subject: [PATCH] DEV : test python 3.5 and 3.6 on travis and stop testing on 3.4 modified: .travis.yml --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3a2314761..2bd356f4e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,8 @@ notifications: email: false python: - 2.7 - - 3.4 + - 3.5 + - 3.6 addons: apt: packages: