Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Trębski authored and kornicameister committed Jul 9, 2019
1 parent 6fead32 commit 614af93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def finalize_options(self):
TestCommand.finalize_options(self)
if self.cov_html:
self.pytest_args.extend(['--cov-report', 'html'])
self.pytest_args.extend(['tests/aiohttp'])
self.pytest_args.extend(['tests'])

def run_tests(self):
import pytest
Expand Down

0 comments on commit 614af93

Please sign in to comment.