-
Notifications
You must be signed in to change notification settings - Fork 137
Update AppVeyor and Travis testing #190
Conversation
3ef999f to
9b24833
Compare
ad35184 to
8b4a8f9
Compare
8b4a8f9 to
483b9a4
Compare
|
@0xInfection, would love to know the reasoning behind the confusion |
|
@thomasrockhu, there are still many projects which run on Legacy Python. I wonder why you removed support for 2.x versions as unsupported. |
|
@0xInfection, the reason for removing However, you bring up a good point that we should be more transparent and communicative about these sort of changes. What would make this an easier transition for you? |
|
Here's the pip installs for codecov from PyPI for February 2019:
Source: https://hugovk.github.io/drop-python/2.6/ shows that currently 255/360 of the most downloaded PyPI packages have already dropped Python 2.6 If you add Make sure to use recent pip, setuptools and wheel when releasing to include the metadata in the package. |
This PR fixes the
AppVeyorchecks(1) Remove unsupported python versions and add
3.7toAppVeyor(2) Skip
AppVeyortest that is testing for prefixes.(3) Update copyright year
(4) Add in
vimspecific files to.gitignorePTAL @hootener @stevepeak