Makefile: Add an isort target.

python/unicode_decode_errors
Damir Jelić 2019-06-18 13:52:02 +02:00
parent 2f5590bf38
commit 9faa100c6a
1 changed files with 3 additions and 0 deletions

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