Add codecov.io in Travis build

Signed-off-by: Stephen L. <lrq3000@gmail.com>
This commit is contained in:
Stephen L 2015-10-12 21:22:41 +02:00
parent 4acf712aa3
commit 881a6ed1cf
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,8 @@ env:
- TOXENV=pypy
- TOXENV=pypy3
- TOXENV=flake8
before_install:
- pip install codecov
install:
- pip install 'coverage<4'
- pip install tox coveralls
@ -17,3 +19,4 @@ script:
- tox
after_success:
- coveralls
- codecov