Add development notes to README

This commit is contained in:
Matthew Tretter
2013-07-31 17:20:05 -04:00
parent 0211ac6619
commit 87c8f3bd5e

View File

@@ -27,3 +27,15 @@ Specify tags to exclude (blacklist):
from markdownify import markdownify as md
md('<b>Yay</b> <a href="http://github.com">GitHub</a>', convert=['b']) # > '**Yay** GitHub'
Development
===========
To run tests:
``python setup.py test``
To lint:
``python setup.py lint``