Maybe stop calling pytest as module works?

This commit is contained in:
Ritiek Malhotra
2019-07-22 16:10:10 +05:30
parent 08566e02b5
commit 5134459554
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 --cov=.
script: pytest --cov=.
after_success:
- pip install codecov
- codecov