Skip to content

Commit

Permalink
send to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
tmessi committed May 13, 2016
1 parent 4981298 commit aff45c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ install:
- pip install tox coveralls
script:
- tox -e $TOX_ENV
after_success: coveralls
after_success:
- coveralls
- bash <(curl -s https://codecov.io/bash)
deploy:
provider: pypi
user: tim.messier
Expand Down

0 comments on commit aff45c2

Please sign in to comment.