Skip to content
This repository has been archived by the owner on Aug 7, 2020. It is now read-only.

Commit

Permalink
add coveralls install to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Mar 5, 2020
1 parent e088bbd commit 698a16f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ install:
- |
if [[ "$TEST_TYPE" == "pytest" ]]; then
pip install -e .[testing]
pip install coveralls
fi
before_script:
- (cd test/commonmark && ./spec.sh)
Expand Down

0 comments on commit 698a16f

Please sign in to comment.