Skip to content

Instantly share code, notes, and snippets.

@Ceasar
Created October 12, 2012 02:03
Show Gist options
  • Save Ceasar/3876948 to your computer and use it in GitHub Desktop.
Save Ceasar/3876948 to your computer and use it in GitHub Desktop.
Git hook to make and run nosetests
#!/usr/bin/env python
#-*- mode: python -*-
import sh
sh.make()
sh.nosetests()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment