Open rpkilby opened 5 years ago
:exclamation: No coverage uploaded for pull request base (
master@624ad01
). Click here to learn what that means. The diff coverage is100%
.
I think this is ready for review. Note that coverage is reduced a bit, for two reasons:
Hi, as a user of rest-auth, thanks for the contribution! This repo is not maintained anymore, so the development moved to dj-rest-auth. (reference: https://github.com/Tivix/django-rest-auth/issues/568) It may be best, if you move this PR there. (and upgrade to using dj_rest_auth)
new repo link: https://github.com/jazzband/dj-rest-auth (I'm not the upkeeper of that repo, it just makes sense for me to help you merge your PR)
Many Thanks, Barney
The overall goal of the PR is to move off of Travis and onto CircleCI. In part, this is because our org privileges don't allow Travis to push status updates on PRs/commits.
There are also several supporting changes that update packaging/distribution and testing. I've tried to keep the commit history fairly straightforward, and can go into more depth. The highlights are:
setup.py
and intosetup.cfg
(more info)