Skip to content

Commit

Permalink
make file correction
Browse files Browse the repository at this point in the history
  • Loading branch information
kdomino committed Oct 4, 2023
1 parent 87b093f commit 1c3a51d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ init:
@pip3 install -r requirements.txt
test:
@rm -rf tests/__pycache__/
@PYTHONPATH=. pytest -q --durations=10
@PYTHONPATH=. pytest -q --durations=10 -n auto --cov=. --cov-report term --cov-fail-under 85 tests/
lint:
@pylint --fail-under=9 *.py

Expand Down

0 comments on commit 1c3a51d

Please sign in to comment.