Skip to content

Commit

Permalink
codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
snacktavish committed Jun 24, 2020
1 parent 9aef90d commit c2d4878
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,12 @@ install:
- pip install -r requirements.txt
- python setup.py install
- pip install codecov
- pip install pytest pytest-cov

script:
#- py.test tests/ --setup-only
#- sh tests/run_tests.sh
- pytest tests
- pytest --cov=./ tests

after_success:
- codecov
- codecov

0 comments on commit c2d4878

Please sign in to comment.