diff --git a/Makefile b/Makefile index 735f339f5..304d284cb 100644 --- a/Makefile +++ b/Makefile @@ -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