be verbose when running test - easier to follow progress

This commit is contained in:
Noam Meltzer 2016-02-06 12:14:27 +02:00
parent e8363f2440
commit 9c81b810f2

View file

@ -23,7 +23,7 @@ lint:
$(PYLINT) -E telegram --disable=no-name-in-module,import-error
test:
$(NOSETESTS)
$(NOSETESTS) -v
install:
$(PIP) install -r requirements.txt