Skip to content

Commit

Permalink
Apply coverage to library
Browse files Browse the repository at this point in the history
  • Loading branch information
mschmidt87 committed May 25, 2020
1 parent 9decdef commit 9d6e586
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 @@ -23,7 +23,7 @@ install:
- pip install mypy
- pip install .$DEP
script:
- pytest --cov
- pytest --cov=gp
- black --check .
- flake8 --config=.flake8 .
- mypy gp
Expand Down

0 comments on commit 9d6e586

Please sign in to comment.