Skip to content

Commit

Permalink
travis: install 'coveralls' package (omission from PR #16)
Browse files Browse the repository at this point in the history
Signed-off-by: Graeme Watt <Graeme.Watt@durham.ac.uk>
  • Loading branch information
GraemeWatt committed Mar 17, 2020
1 parent cff5bf4 commit 5db8fb7
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 @@ -39,7 +39,7 @@ addons:
- python-dev

before_install:
- "travis_retry pip install --upgrade pip setuptools wheel"
- "travis_retry pip install --upgrade pip setuptools wheel coveralls"

install:
- "travis_retry pip install -e .[tests]"
Expand Down

0 comments on commit 5db8fb7

Please sign in to comment.