Disable cli tests because travis servers get banned

master
Vishnunarayan K I 2018-06-20 01:15:49 +05:30
parent 7b9a3589ae
commit d0c770bc4d
1 changed files with 4 additions and 1 deletions

View File

@ -14,7 +14,10 @@ before_install:
install:
- pip install -e ".[cloudflare]"
script:
- python -m pytest tests --cov=.
# - python -m pytest tests --cov=.
- python -m pytest tests/test_anime.py
- python -m pytest tests/test_player.py
- python -m pytest tests/test_watch.py
after_success:
- pip install codecov
- codecov