mirror of https://github.com/tqdm/tqdm.git
Add codecov.io in Travis build
Signed-off-by: Stephen L. <lrq3000@gmail.com>
This commit is contained in:
parent
4acf712aa3
commit
881a6ed1cf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue