Skip to content

Commit

Permalink
Merge pull request #358 from edx/cdyer/codecov-not-coveralls
Browse files Browse the repository at this point in the history
Switch to codecov.
  • Loading branch information
Cliff Dyer authored Dec 8, 2016
2 parents ab636a8 + ddca327 commit 01d0e27
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 @@ -9,8 +9,8 @@ cache: pip
install:
- pip install -r requirements.txt
- pip install -r django_requirements.txt
- pip install coveralls
- pip install codecov
script:
- make test doc quality
after_success:
- coveralls
- codecov

0 comments on commit 01d0e27

Please sign in to comment.