Makefile: add test target

pull/76/merge
Marco Hinz 6 years ago
parent ab6b42fd2b
commit c7a52cb453
No known key found for this signature in database
GPG Key ID: 1C980A1B657B4A4F

@ -3,10 +3,13 @@ default: install
install:
python3 setup.py install
test:
pytest -v tests
upload: clean
python3 setup.py sdist bdist_wheel upload
clean:
rm -rf build dist neovim_remote.egg-info
.PHONY: install upload
.PHONY: install test upload

Loading…
Cancel
Save