diff --git a/jenkins/test.sh b/jenkins/test.sh index e5ac4f6f71..c7728ab367 100755 --- a/jenkins/test.sh +++ b/jenkins/test.sh @@ -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