Skip to content

Commit

Permalink
prepare codecov coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
adbar authored and miso-belica committed Jan 25, 2020
1 parent 802dd93 commit 7aa300e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,12 @@ before_install:

install:
- python setup.py install
- pip install "pytest==4.6.9" # pytest 4.6.X works best for older Python versions
# TODO: last LXML version compatible with Python 3.4 is 4.3.4
# pinned dependency for backwards compatibility
- pip install 'coverage==4.5.4' pytest-cov
- pip install "pytest==4.6.9" # pytest 4.6.X works best for older Python versions
- pip install -U codecov 'coverage==4.5.4' pytest-cov

script:
- py.test --cov
- py.test tests/

after_success:
- codecov

0 comments on commit 7aa300e

Please sign in to comment.