Skip to content

Commit

Permalink
changing pytest cov entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
adpham95 committed Nov 5, 2019
1 parent 143fac8 commit 4fde0f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ before_script:

# command to run tests
script:
- coverage run --omit ~/virtualenv/* -m pytest testing/api/
- pytest --cov=api testing/api
#- coverage combine
- coverage report

Expand Down
4 changes: 2 additions & 2 deletions testing/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ starlette
pytest
semver
pytest
pytest-asyncio
pytest-cov
aiofiles
email-validator
email-validator

0 comments on commit 4fde0f0

Please sign in to comment.