Skip to content

Commit

Permalink
trying to fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
quimpm committed Jun 17, 2021
1 parent 99d0a28 commit d2d9827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ install:
- pip install -r requirements.txt
- python -c "import nltk; nltk.download('stopwords')"
script:
- coverage run --source=youtube_discusion_tree_api -m unittest
- coverage run -m unittest discover
after-success:
- coveralls

0 comments on commit d2d9827

Please sign in to comment.