This website requires JavaScript.
Explore
Help
Sign In
takino
/
ordigi
Watch
1
Star
0
Fork
You've already forked ordigi
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
162aeaada8
ordigi
/
.pre-commit
4 lines
80 B
Plaintext
Raw
Normal View
History
Unescape
Escape
gh-40 Add .pre-commit file which can be symlinked to .git/hooks/pre-commit to automatically run unit tests
2016-01-01 19:44:39 +01:00
#!/usr/bin/env bash
Fix syntax errors reported by flake8
2016-03-15 05:54:06 +01:00
flake8 elodie --exclude=tests && nosetests -w elodie/tests