mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2025-12-31 08:50:41 +00:00
Update .travis.yml
CODECOV_TOKEN
This commit is contained in:
@@ -12,10 +12,12 @@ before_install:
|
||||
- "sudo add-apt-repository universe"
|
||||
- "sudo apt-get install -y ffmpeg"
|
||||
- "pip install coverage"
|
||||
- "pip install codecov"
|
||||
# - "pip install coverage==4.4"
|
||||
- "pip install pytest-cov==2.5.0"
|
||||
- "pip install python-coveralls"
|
||||
install:
|
||||
- "pip install setuptools"
|
||||
after_success:
|
||||
- "codecov --repo=$CODECOV_TOKEN"
|
||||
- coveralls
|
||||
|
||||
Reference in New Issue
Block a user