Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix typo in makefile
  • Loading branch information
dhoomakethu committed Sep 9, 2020
commit 37bf7878dd03e21637b36c94f2e9cff64fda9d8d
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ check: install

test: install
@pip install --upgrade --quiet --requirement=requirements-tests.txt
@pytest pytest --cov=pymodbus/ --cov-report term-missing test/test_server_asyncio.py test
@pytest --cov=pymodbus/ --cov-report term-missing test/test_server_asyncio.py test
@coverage report --fail-under=90 -i

tox: install
Expand Down