From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2201) id 27BC2384407D; Sun, 11 Apr 2021 15:08:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 27BC2384407D To: cygwin-apps-cvs@sourceware.org Subject: [calm - Cygwin server-side packaging maintenance script] branch master, updated. 20210408-2-g09f0fc3 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 74f9536819ef4a4116e710d35b452b7f78e21247 X-Git-Newrev: 09f0fc330c5603d73d180091607d500742f418c3 Message-Id: <20210411150826.27BC2384407D@sourceware.org> Date: Sun, 11 Apr 2021 15:08:26 +0000 (GMT) From: Jon TURNEY X-BeenThere: cygwin-apps-cvs@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin-apps git logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Apr 2021 15:08:26 -0000 https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/calm.git;h=09f0fc330c5603d73d180091607d500742f418c3 commit 09f0fc330c5603d73d180091607d500742f418c3 Author: Jon Turney Date: Sun Apr 11 16:06:15 2021 +0100 Drop testing with EOL-ed and no longer present python 3.4 from travis There's some pycodestyle/flake8 incompatibilty which prevents flake8 from working. Diff: --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9964a31..4459a22 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - "3.4" - "3.6" - "3.7" - "3.8"