From 910b3854c77b01c82aabf297c99a2db3c784cb4a Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Thu, 3 Jan 2019 11:44:24 -0800 Subject: [PATCH] Update .travis.yml Remove version 3.4 support --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f0c32b9..d1f6658 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ language: python python: - "3.6" - "3.5" - - "3.4" script: - "python3 setup.py test" before_install: