Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Switch from coveralls to codecov
  • Loading branch information
asvetlov committed Nov 14, 2016
1 parent 4323153 commit d15a1da
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 @@ -20,7 +20,7 @@ before_install:
install:
- pip install flake8
- pip install pytest pytest-cov pytest-catchlog docker-py
- pip install coveralls
- pip install codecov
- pip install python-snappy
- pip install lz4tools xxhash
- pip install .
Expand All @@ -29,7 +29,7 @@ script:
- make cov

after_success:
- coveralls
- codecov

deploy:
provider: pypi
Expand Down

0 comments on commit d15a1da

Please sign in to comment.