From 4541dc5a960778b1364a08a440722966f12e1f2b Mon Sep 17 00:00:00 2001 From: cclauss Date: Sat, 18 Nov 2017 08:02:35 +0100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b1892a58..dcb212e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: python python: - - 2.7.13 - - 3.6.2 + - 2.7 + - 3.6 branches: only: - develop