mirror of
https://github.com/nicolabs/nicobot.git
synced 2026-05-21 11:57:34 +02:00
6 lines
98 B
Makefile
6 lines
98 B
Makefile
build:
|
|
python3 setup.py build sdist bdist_wheel
|
|
|
|
test:
|
|
python3 -m unittest discover -v -s tests
|