Commit a36aee5b by Will Daly

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

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