Adding in some basic bits in

This commit is contained in:
Paul R. Tagliamonte 2013-03-02 20:58:58 -05:00
parent 1c238d1f4c
commit 9b7181f4d3
3 changed files with 8 additions and 0 deletions

2
requirements-dev.txt Normal file
View File

@ -0,0 +1,2 @@
nose
coverage

1
requirements.txt Normal file
View File

@ -0,0 +1 @@
# Nothing, yet!

5
setup.cfg Normal file
View File

@ -0,0 +1,5 @@
[nosetests]
detailed-errors=1
with-coverage=1
cover-package=hy
nocapture=1