Skip to content

Commit

Permalink
do coverage with build
Browse files Browse the repository at this point in the history
  • Loading branch information
vreuter committed Apr 24, 2019
1 parent 96c8757 commit 43f01da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ install:
- pip install .
- pip install -r requirements/requirements-dev.txt
- pip install -r requirements/requirements-test.txt
script: pytest
script: pytest --cov=divvy
after_success:
- coveralls
branches:
only:
- dev
Expand Down

0 comments on commit 43f01da

Please sign in to comment.