[travis] Try to pin coverage to 4.3 for code climate
Try to make the code climate test reporter happy by pinning coverage.py to 4.3
This commit is contained in:
parent
ec7b5f26d4
commit
f03eada002
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ python:
|
|||
install:
|
||||
- pip install psutil
|
||||
- pip install netifaces
|
||||
- pip install -U coverage==4.3
|
||||
- pip install codeclimate-test-reporter
|
||||
script:
|
||||
- nosetests -v --with-coverage --cover-erase tests/
|
||||
|
|
Loading…
Reference in a new issue