Skip to content

Commit

Permalink
try out codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
jck committed Nov 9, 2016
1 parent 6ee0ed4 commit 1b95932
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ install:
- pip install coverage
- pip install coveralls
- pip install -r requirements.txt
- pip install -U pytest-cov
- pip install codecov

script:
- coverage run --source=riscv -m py.test -s
- pytest --cov

after_success:
- coveralls
- codecov

0 comments on commit 1b95932

Please sign in to comment.