[calm - Cygwin server-side packaging maintenance script] branch master, updated. 20210408-2-g09f0fc3
Jon TURNEY via Cygwin-apps-cvs <[email protected]>
| Newsgroups | gmane.os.cygwin.cvs.apps |
|---|---|
| Message-ID | <[email protected]> |
https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/calm.git;h=09f0fc330c5603d73d180091607d500742f418c3 commit 09f0fc330c5603d73d180091607d500742f418c3 Author: Jon Turney <[email protected]> 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"