add nose to setup.py

This commit is contained in:
Will Roberts 2015-02-18 13:36:15 +01:00
parent fdda6ab6eb
commit c05d6157a1
2 changed files with 2 additions and 3 deletions

View File

@ -116,4 +116,6 @@ setup(
# 'sample=sample:main',
# ],
#},
test_suite='nose.collector',
tests_require=['nose'],
)

View File

@ -1,3 +0,0 @@
#!/bin/bash
python -m unittest discover