gh-40 Add .pre-commit file which can be symlinked to .git/hooks/pre-commit to automatically run unit tests
This commit is contained in:
parent
ed357c0e01
commit
3501f2c954
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
nosetests -w elodie/tests
|
Loading…
Reference in New Issue