Bare bones of a notification system

This commit is contained in:
Ian Cordasco 2015-12-28 23:32:42 -06:00
parent f013698072
commit 7b2a1c157b
9 changed files with 209 additions and 0 deletions

8
tox.ini Normal file
View file

@ -0,0 +1,8 @@
[tox]
envlist = py26,py27,py32,py33,py34,py35
[testenv]
deps =
pytest
commands =
py.test