From 5bd74e1db748f360ff2f33d36675a2ccfece670e Mon Sep 17 00:00:00 2001 From: jxltom Date: Sat, 9 May 2020 13:44:37 +0800 Subject: [PATCH] Remove tests on python2.6 since it is no longer supported --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 179281c..f367674 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - "2.6" - "2.7" # - "3.2" # - "3.3"