Update .travis.yml

CODECOV_TOKEN
This commit is contained in:
Jamie Hardt
2019-01-05 12:29:12 -08:00
committed by GitHub
parent 1e0f31a794
commit 88da763ca1

View File

@@ -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