mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-03-29 09:40:31 +01:00
be verbose when running test - easier to follow progress
This commit is contained in:
parent
e8363f2440
commit
9c81b810f2
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -23,7 +23,7 @@ lint:
|
||||||
$(PYLINT) -E telegram --disable=no-name-in-module,import-error
|
$(PYLINT) -E telegram --disable=no-name-in-module,import-error
|
||||||
|
|
||||||
test:
|
test:
|
||||||
$(NOSETESTS)
|
$(NOSETESTS) -v
|
||||||
|
|
||||||
install:
|
install:
|
||||||
$(PIP) install -r requirements.txt
|
$(PIP) install -r requirements.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue