Adds the first test (for humantime)

This commit is contained in:
Niru Maheswaranathan
2016-05-03 16:37:47 -07:00
parent 061d149fbf
commit fad64f0a07
4 changed files with 49 additions and 6 deletions

View File

@@ -7,6 +7,12 @@ develop:
upload:
python setup.py sdist bdist_wininst upload
test2:
python2 /usr/local/bin/nosetests --logging-level=INFO
test:
nosetests -v --with-coverage --cover-package=tableprint --logging-level=INFO
clean:
rm -rf tableprint.egg-info
rm -f *.pyc