Closed mbjoseph closed 5 years ago
I think so -- that's what this line is (supposed to be) doing: https://github.com/pyOpenSci/cookiecutter-pyopensci/pull/12/files#diff-50f285e3023eb0b37f3dc8671b7dace9R4
ahhh ok appveyor is failing. this looks so great @mbjoseph lemme give this a look. but otherwise - THANK YOU!! this will be a great upgrade to our cookiecutter template
before i go any further with appveyor -- it looks like there are a few python 2.x builds
what do you guys think about dropping python 2.x support? it's being dropped everywhere these days i think
this failure may be a pip thing
You are using pip version 8.1.1, however version 19.2.3 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command
thanks @mbjoseph !! i'm with you on that commit!! :) i also created a discourse poll just to engage people but i feel pretty strongly that we should stick to 3.x!!
Ok - let's hold off on merging this for now. I need to debug this AppVeyor stuff -- looks like we're running into permissions errors...
eeks... thanks @mbjoseph appveyor has been buggy this week. appreciate the help with this!!
some projects have moved to azure pipelines. does make sense for this repo move CI to azure pipelines?
@xmnlab good suggestion - feel free to open a separate issue for Azure CI and we can discuss there (I don't want to lose that conversation in this PR).
Ok, after some fiddling AppVeyor builds are now passing. @lwasser feel free to merge this if it looks good to you!
thank you @mbjoseph this looks great. we appreciate your help with this.!!!
This PR adds a config file for PyUp, so that pinned package versions are updated automatically via pull requests that PyUp submits.
There are a couple of other little things that this cleans up, so that the CI tests on the PyUp PRs are meaningful:
This PR relates to an issue raised in #7 by @xmnlab about pinning to outdated package versions.
@kysolvik or @lwasser would you mind giving this a review?