Update command to run tests

This commit is contained in:
Ritiek Malhotra
2019-07-22 15:58:54 +05:30
parent 0d846cdcce
commit 08566e02b5
3 changed files with 3 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ install:
- tinydownload 07426048687547254773 -o ~/bin/ffmpeg
- chmod 755 ~/bin/ffmpeg
- xdg-user-dirs-update
script: python -m pytest test --cov=.
script: python -m pytest --cov=.
after_success:
- pip install codecov
- codecov