removing rake and outdated references to it

This commit is contained in:
Christine Lytwynec
2014-07-31 15:08:09 -04:00
parent 44c4102096
commit eb3c1ab9a8
28 changed files with 15 additions and 634 deletions

View File

@@ -15,7 +15,7 @@ we can ensure that pull requests have a very high percentage of test coverage
To check the coverage of your pull request, just go to the top level of the
edx-platform codebase and run::
$ rake coverage
$ paver coverage
This will print a coverage report for your branch. We aim for
a coverage report score of 95% or higher. We also encourage you to write