nicobot/Makefile
2021-02-07 16:35:08 +01:00

6 lines
98 B
Makefile

build:
python3 setup.py build sdist bdist_wheel
test:
python3 -m unittest discover -v -s tests