Closed tcalmant closed 9 years ago
The options of .coveragerc have changed with coverage 4.0. The exclude option seems to have been renamed:
.coveragerc
coverage
exclude
py27 installed: coverage==4.0,iPOPO==0.6.3,jsonrpclib-pelix==0.2.6,nose==1.3.7,wheel==0.24.0 [...] coverage.misc.CoverageException: Unrecognized option '[report] exclude=' in config file .coveragerc
This causes Travis-CI builds to fail.
Fixed in 323baf095b71f0ec895a3db3f1131642b666b017
The options of
.coveragerc
have changed withcoverage
4.0. Theexclude
option seems to have been renamed:This causes Travis-CI builds to fail.