changed makefile back]

This commit is contained in:
D-T-666
2020-10-18 19:05:59 +04:00
parent 3c1b02787f
commit 27effe52e3

View File

@@ -1,7 +1,7 @@
FLAKE_FLAGS = --ignore=E501,F401,F403,F405
lint:
python3 -m flake8 $(FLAKE_FLAGS)
python -m flake8 $(FLAKE_FLAGS)
test:
python3 -m pytest --verbose -s tests
python -m pytest --verbose -s tests