Attempt to fix Travis-CI build issues with newer version of keyring

According to this advice:
https://github.com/jaraco/keyring/issues/203#issuecomment-176296396
This commit is contained in:
Yuri Bochkarev 2016-01-28 20:46:06 +03:00
parent 1f731839e7
commit e7b0fec4c3
2 changed files with 2 additions and 0 deletions

View file

@ -12,6 +12,7 @@ matrix:
install:
- pip install -r requirements.txt
- pip install -r requirements-dev.txt
- pip install -r requirements-travis.txt
- pip install coveralls
# command to run tests
script: py.test coursera/test -v --cov coursera --cov-report html

1
requirements-travis.txt Normal file
View file

@ -0,0 +1 @@
keyrings.alt