quantopian / alphalens

Performance analysis of predictive (alpha) stock factors
http://quantopian.github.io/alphalens
Apache License 2.0
3.33k stars 1.14k forks source link

Travis CI doesn't update the PR status #273

Closed luca-s closed 6 years ago

luca-s commented 6 years ago

New PR don't have their status updated by Travis CI, even though new Travis CI builds are correctly started and completed. Is it possible that Travis CI needs some rights to access the project?

From https://docs.travis-ci.com/user/github-oauth-scopes/

On https://travis-ci.org we ask for the following permissions:

  • repo:status: After every build, we update the status of its commit, which is most relevant for testing pull request. This scope gives us the permission to update the commit status as the build starts and finishes.
richafrank commented 6 years ago

I'll take a look @luca-s

luca-s commented 6 years ago

It seems you fixed that, all is back to normal now.

richafrank commented 6 years ago

Yep - Travis's access to the quantopian org had been removed. Should be granted again.