Merge branch 'master' into introduce-releases

This commit is contained in:
Linus Groh
2018-04-17 12:55:03 +02:00
12 changed files with 311 additions and 104 deletions

View File

@@ -6,7 +6,6 @@ python:
- "3.6"
before_install:
- pip install tinydownload
- pip install codecov
- pip install pytest-cov
addons:
apt:
@@ -40,4 +39,6 @@ install:
- tinydownload 22684734659253158385 -o ~/bin/ffmpeg
- chmod 755 ~/bin/ffmpeg
script: python -m pytest test --cov=.
after_success: codecov
after_success:
- pip install codecov
- codecov