Closed rgraham717 closed 10 years ago
"covarage_version" should be "coverage_version". If coverage isn't installed, this will cause the command to error out with a NameError:
NameError: global name 'coverage_version' is not defined
Good catch. Couldn't think of a good way to unit-test it, ironically, but it should be fixed now. I just released version 0.9.8.9 as the fix. Reopen this issue if it still crashes there.
"covarage_version" should be "coverage_version". If coverage isn't installed, this will cause the command to error out with a NameError:
NameError: global name 'coverage_version' is not defined