Merge pull request #3708 from edx/clytwynec/rake2paver-quality

Switch quality tasks to paver
This commit is contained in:
clytwynec
2014-05-21 17:10:03 -04:00
7 changed files with 202 additions and 75 deletions

View File

@@ -18,7 +18,10 @@ in the process of introducing other changes.
To check the quality of your pull request, just go to the top level of the
edx-platform codebase and run::
$ rake quality
$ 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.
This will print a report of the quality violations that your branch has made.