Inital commit

This commit is contained in:
Sam Clements 2014-03-06 13:21:47 +00:00
parent cd7c7d047a
commit 66702da299
7 changed files with 145 additions and 1 deletions

View file

@ -0,0 +1,6 @@
[tox]
envlist=py27,py33
[testenv]
commands=py.test {{ cookiecutter.package_name }}
deps=pytest