Commit 3d202ffc by Will Daly

Moved generation of pylint/pep8 reports to after running the

test suite, so the clean reports command doesn't blow
away the reports.
parent 51469ad3
......@@ -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
......
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