mirror of
https://github.com/coursera-dl/coursera-dl.git
synced 2026-07-18 00:45:26 +00:00
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:
parent
1f731839e7
commit
e7b0fec4c3
2 changed files with 2 additions and 0 deletions
|
|
@ -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
1
requirements-travis.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
keyrings.alt
|
||||
Loading…
Add table
Add a link
Reference in a new issue