1 parent e8363f2 commit 9c81b81Copy full SHA for 9c81b81
1 file changed
Makefile
@@ -23,7 +23,7 @@ lint:
23
$(PYLINT) -E telegram --disable=no-name-in-module,import-error
24
25
test:
26
- $(NOSETESTS)
+ $(NOSETESTS) -v
27
28
install:
29
$(PIP) install -r requirements.txt
0 commit comments