Skip to content

Commit

Permalink
Merge pull request #5 from alubbock/codecov
Browse files Browse the repository at this point in the history
[CI] Switch to codecov
  • Loading branch information
alubbock committed Jul 8, 2019
2 parents 40a4a31 + a5f0e13 commit 4135115
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ language: python
python:
- '3.6'
before_install:
- pip install "pytest>=3.6" nbval django coveralls pytest-cov
- pip install "pytest>=3.6" nbval django codecov pytest-cov
install:
- python setup.py install
script:
- pytest --nbval --cov=thunor
after_success:
- coveralls
- codecov
deploy:
provider: pypi
username: alubbock
Expand Down

0 comments on commit 4135115

Please sign in to comment.