mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-21 22:56:38 +01:00
Update Makefile to support multiple tests
This commit is contained in:
parent
5c4f0f152a
commit
cdcf2481ba
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -14,7 +14,7 @@ lint:
|
|||
pylint -E telegram
|
||||
|
||||
test:
|
||||
@- $(foreach TEST, $(wildcard tests/test_*.py), python $(TEST))
|
||||
@- $(foreach TEST, $(wildcard tests/test_*.py), python $(TEST);)
|
||||
|
||||
help:
|
||||
@echo "Available targets:"
|
||||
|
|
Loading…
Reference in a new issue