Makefile: Add an isort target.

This commit is contained in:
Damir Jelić 2019-06-18 13:52:02 +02:00
parent 2f5590bf38
commit 9faa100c6a

View file

@ -43,6 +43,9 @@ test: olm-python2 olm-python3
PYTHONPATH=install-temp/3 python3 -m pytest --cov --cov-branch --benchmark-disable
rm -rf install-temp
isort:
isort -y -p olm
clean:
rm -rf python_olm.egg-info/ dist/ __pycache__/
rm -rf *.so _libolm.o