Skip to content

Instantly share code, notes, and snippets.

@tuimz
Created September 19, 2012 18:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tuimz/3751333 to your computer and use it in GitHub Desktop.
Save tuimz/3751333 to your computer and use it in GitHub Desktop.
Jenkins script
pylint -r y -i y -f parseable > pylint.log
nosetests --with-xunit --with-coverage --cover-xml --cover-xml-file=coverage.xml --cover-package=mypackage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment