summaryrefslogtreecommitdiff
path: root/HACKING.txt
blob: 91e4901268ba9ee53177b36db8a5c396bd0af4ce (plain)
1
2
3
4
5
6
Hacking Guidelines:
- write unit tests
- use tox to run tests
- support python 2.6 and 2.7 -- not 3.x just yet
- pass pep8 checks
- keep that pylint score up!