summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
blob: c110b2314839119823d67860ce9db430e09db74c (plain)
1
2
3
4
5
6
Hacking Guidelines:
- write unit tests
- use py.test to run tests
- support python 2.6 and 2.7 -- not 3.x just yet
- pass flake8 checks
- keep that pylint score up!