From 5436e55d81d114edef254e79e3478306a1489da1 Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Fri, 22 Jun 2018 10:30:23 +0200 Subject: [PATCH] Update Python versions for testing --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 26cb472..34b3918 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,9 @@ language: python python: - - "2.7" - - "3.3" + - "3.6" + - "3.5" - "3.4" + - "2.7" # command to run tests script: py.test --verbose --verbose sudo: False