Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pplonski committed Sep 9, 2020
2 parents 00d6dfe + 2997344 commit fb71ef2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,10 @@ install:
- pip install -U -r requirements.txt
- pip install -U -r requirements_dev.txt
- python setup.py install
script: pytest tests
- pip install pytest-cov
- pip install coveralls
script:
- pytest tests --cov=supervised/
after_success:
- coveralls

0 comments on commit fb71ef2

Please sign in to comment.