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:
Jaisen Mathai 2016-01-01 10:44:39 -08:00
parent ed357c0e01
commit 3501f2c954
1 changed files with 3 additions and 0 deletions

3
.pre-commit Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
nosetests -w elodie/tests