Makefile: Remove isort.

This commit is contained in:
Damir Jelić 2020-02-20 13:10:22 +01:00
parent 01dd31eec2
commit de29bc68af

View File

@ -2,7 +2,6 @@ test:
python3 -m pytest
python3 -m pytest --black pantalaimon
python3 -m pytest --flake8 pantalaimon
python3 -m pytest --isort
coverage:
python3 -m pytest --cov=pantalaimon --cov-report term-missing