Vadim Shaigorodskiy

Results 69 comments of Vadim Shaigorodskiy

It seems that problem with pip and python 3.2. https://github.com/travis-ci/travis-ci/issues/5517

Requires #241 to be merged first, because Coveralls uses a token, but GH doesn't share tokens with builds running from forks.

I've created PR with one of the solutions. In short: check `CREDENTIALS_DIR` existence before checking files on it.

@duergner Yes. It solves the problem when you want to use `AccessTokenRefresher` but still see an error `environment variable CREDENTIALS_DIR not set` what is not correct. If we don't want...