make test command

This commit is contained in:
Arik Fraimovich 2014-01-31 19:59:01 +02:00
parent a66a8982ee
commit 1821f90664

View File

@ -14,3 +14,6 @@ pack:
upload:
python bin/upload_version.py $(FULL_VERSION) $(FILENAME)
test:
nosetests --with-coverage --cover-package=redash tests/*.py