From aad2031427ee4d63b1b84804039b5c5c6ed9145c Mon Sep 17 00:00:00 2001 From: jajupmochi Date: Fri, 10 Apr 2020 11:01:33 +0200 Subject: [PATCH] Update .travis.yml. Test the library on more Python version. --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4ad5f90..9909b33 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,6 @@ language: python python: -- '3.0' -- '3.1' -- '3.2' -- '3.3' +- '3' - '3.4' - '3.5' - '3.6'