Skip to content

Commit

Permalink
including test coverage UCL-RITS#91
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidScobie committed Nov 16, 2020
1 parent 376f0d9 commit a0b7221
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: python
python:
- 3.8
cache: pip

install:
- pip install -r requirements.txt
- pip install requests pyyaml pytest pytest-cov
script:
- pytest --cov-report html

0 comments on commit a0b7221

Please sign in to comment.