Navigation Menu

Skip to content

Commit

Permalink
Use code coverage from pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
cgalibern committed Jan 24, 2020
1 parent db55605 commit d3f8477
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -13,8 +13,8 @@ install:
- pip install -r test-requirements.txt
script:
- pylint -E lib/*py
- nosetests --with-coverage lib/tests/test_ci_*.py
- pytest -m ci
- nosetests lib/tests/test_ci_*.py
- pytest --cov -m ci
after_success:
- pip install codecov
- codecov
Expand Down

0 comments on commit d3f8477

Please sign in to comment.