From 4df8e1bae0dd626dd9fcd3bb3fc912b2a7721bd5 Mon Sep 17 00:00:00 2001 From: RicterZ Date: Sat, 14 Mar 2020 23:59:18 +0800 Subject: [PATCH] update tests --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 63a2663..05b97fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,7 @@ os: language: python python: - 2.7 - - 3.6 - - 3.5 - - 3.4 + - 3.7 install: - python setup.py install