Skip to content
Snippets Groups Projects
Commit a36aee5b authored by Will Daly's avatar Will Daly
Browse files

Merge pull request #237 from edx/will/restore-pylint-pep8-reports

Restore Pylint/Pep8 reports
parents 07e56ac4 3d202ffc
No related merge requests found
......@@ -69,12 +69,14 @@ bundle install
rake install_prereqs
rake clobber
rake pep8 > pep8.log || cat pep8.log
rake pylint > pylint.log || cat pylint.log
# Run the unit tests (use phantomjs for javascript unit tests)
rake test
# Generate pylint and pep8 reports
rake pep8 > pep8.log || cat pep8.log
rake pylint > pylint.log || cat pylint.log
# Generate coverage reports
rake coverage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment