initial commit

This commit is contained in:
Mathieu Agopian
2013-03-13 11:42:20 +01:00
commit 2ecbe4e087
13 changed files with 720 additions and 0 deletions

16
Makefile Normal file
View File

@@ -0,0 +1,16 @@
.PHONY: docs test clean
bin/python:
virtualenv . --python python2
bin/python setup.py develop
test: bin/python
bin/pip install tox
bin/tox
docs:
bin/pip install sphinx
SPHINXBUILD=../bin/sphinx-build $(MAKE) -C docs html $^
clean:
rm -rf bin .tox include/ lib/ man/ mailbot.egg-info/ build/