mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 07:50:32 +00:00
Add tox-testing to Makefile
This commit is contained in:
parent
02596057a0
commit
c2833c07e9
1 changed files with 5 additions and 1 deletions
6
Makefile
6
Makefile
|
|
@ -35,5 +35,9 @@ full-release:
|
|||
make upload
|
||||
|
||||
|
||||
make install:
|
||||
install:
|
||||
$(PYTHON) setup.py install
|
||||
|
||||
|
||||
test:
|
||||
tox
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue