removing rake and outdated references to it
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -20,8 +20,8 @@ edx-platform codebase and run::
|
||||
|
||||
$ paver run_quality
|
||||
|
||||
Note: The rake commands ``rake quality``, ``rake pep8``, and ``rake pylint`` are now deprecated
|
||||
to ``paver run_quality``, ``paver run_pep8``, and ``paver run_pylint`` respectively.
|
||||
You can also use the `paver run_pep8`` and ``paver run_pylint`` commands to run just pep8 or
|
||||
pylint.
|
||||
|
||||
This will print a report of the quality violations that your branch has made.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user