mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-12-22 14:35:00 +01:00
Remove files from download()' tests on make clean
This commit is contained in:
parent
196d1fcc3d
commit
00f4328bab
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -12,6 +12,7 @@ clean:
|
|||
find . -name '*.pyc' -exec rm -f {} \;
|
||||
find . -name '*.pyo' -exec rm -f {} \;
|
||||
find . -name '*~' -exec rm -f {} \;
|
||||
find . -regex "./telegram.\(mp3\|mp4\|ogg\|png\|webp\)" -exec rm {} \;
|
||||
|
||||
pep257:
|
||||
$(PEP257) telegram
|
||||
|
|
Loading…
Reference in a new issue