From: Jason Ish Date: Tue, 31 Mar 2020 15:15:12 +0000 (-0600) Subject: travis-ci: drop python 3.4 testing X-Git-Tag: 1.2.0rc1~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0314b979005d71d8a7a297046cb391170b0cb7c1;p=thirdparty%2Fsuricata-update.git travis-ci: drop python 3.4 testing --- diff --git a/.travis.yml b/.travis.yml index 1554a23..0b74c70 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: python python: - "2.7" - - "3.4" - "3.5" - "3.6"