Update HACKING.txt

This commit is contained in:
Brian Waldon 2016-06-25 11:05:23 -07:00
parent a2d0041ace
commit 632a78601d
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Hacking Guidelines:
- write unit tests
- use tox to run tests
- use py.test to run tests
- support python 2.6 and 2.7 -- not 3.x just yet
- pass pep8 checks
- pass flake8 checks
- keep that pylint score up!