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
3
.pre-commit
Executable file
3
.pre-commit
Executable file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
nosetests -w elodie/tests
|
Loading…
x
Reference in New Issue
Block a user