Remove EOL Python Versions 3.3 and 3.4#1181
Remove EOL Python Versions 3.3 and 3.4#1181pydanny merged 1 commit intocookiecutter:masterfrom insspb:drop34
Conversation
|
Tested locally with tox: |
|
Just remove "Merged #1178" suffix from the PR title and it should be fine. |
| # Config file for automatic testing at travis-ci.org | ||
|
|
||
| dist: xenial | ||
| sudo: false |
There was a problem hiding this comment.
The sudo: tag is now fully deprecated in Travis CI so all lines that start with sudo: can safely be deleted.
There was a problem hiding this comment.
@cclauss is right but at the same time I hope to see it merged before travis deprecates another feature. Travis config was broken for ages...
Codecov Report
@@ Coverage Diff @@
## master #1181 +/- ##
==========================================
- Coverage 100% 99.74% -0.26%
==========================================
Files 18 18
Lines 783 783
==========================================
- Hits 783 781 -2
- Misses 0 2 +2
Continue to review full report at Codecov.
|
| env: TOXENV=py37 | ||
| - python: pypy | ||
| env: TOXENV=pypy | ||
| - python: 3.5 |
There was a problem hiding this comment.
flake8 should be run on Python 3.7 instead of 3.5 to catch the new syntax errors associated with async and await and new deprecation warnings for Python 3.8
There was a problem hiding this comment.
You are right but I would merge this in current form and pospone any other fine tunning for later. The totally broken CI is far more damaging that these small details.
I am saying this because the change because there is no ending regarding number of fixes/improvements.
Another note: I would personally disable CodeCov as I find it more of a source of noise than somethign useful.
|
On the pytest warning 4 C901 'generate_files' is too complex (16) |
|
@cclauss I would be more than happy to make another PR to fix the warnings noted by you. At the same time lets remember that these warnings are not caused by that PR code itself. I cannot update this PR myself, that is why I am trying to see it merged sooner we already wasted weeks trying to get someone to merge fixes for a broken CI. |
|
Weeks?!? #1085 was open for a year before it was closed in favor of this effort. |
|
Hi @insspb! 👋 Can you please update your commit to also give credit to @jamescurtin for their work on #1178? |
|
Thanks to you and @jamescurtin (#1178) for all the work done on this PR! |
Changes to original #1178 PR are:
docs/contributor_guidelines.rstsetup.py