From 267f302175ea2b9f6b6d227fcf3ffc1a88d7588b Mon Sep 17 00:00:00 2001 From: Kaliko Jack Date: Sat, 26 Oct 2019 16:32:00 +0200 Subject: [PATCH] Fixed travis build --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8aa0394..222892e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,6 @@ branches: - dev python: - - "3.2" - - "3.3" - - "3.4" + - "3.7" script: python3 setup.py test -- 2.39.2