From c04efdc1e74ad8bd2e646a2235a7ceaf18973426 Mon Sep 17 00:00:00 2001 From: Prodesire Date: Thu, 4 Jan 2018 23:36:45 +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 08a119e..aaa6283 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: python python: - "2.7" - - "3.4" - "3.5" - "3.6"