[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:
Tobias Witek 2017-05-13 16:58:02 +02:00
parent ec7b5f26d4
commit f03eada002

View file

@ -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/