Makefile: Add an isort check to the test target.

This commit is contained in:
Damir Jelić 2019-04-10 12:21:36 +02:00
parent 51700068b9
commit 76e1855701

View File

@ -1,3 +1,4 @@
test:
python3 -m pytest
python3 -m pytest --flake8 pantalaimon
python3 -m pytest --isort