Skip to content

Commit

Permalink
recovering coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidScobie committed Nov 17, 2020
1 parent 84f168e commit 90c5065
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
language: python

python:
- "3.7"
- "3.8"
- 3.8

# command to install dependencies
install:
- pip install requests pyyaml pytest pytest-cov

# command to run tests
script:
- pytest --cov
- pytest --cov-report html

0 comments on commit 90c5065

Please sign in to comment.