From 258320787c0b6b9578d3dc2af79fe41a20dafe68 Mon Sep 17 00:00:00 2001 From: Brant Date: Sat, 8 May 2021 13:07:49 +0800 Subject: [PATCH] Remove python 3.4 from travis. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 54f0c8c1..f0ae341b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: python python: - 2.7 -- 3.4 - 3.5 - 3.6 install: