Skip to content

Commit 17f6ae9

Browse files
committed
[.travis.yml] edit the Travis coverage approach
1 parent b604458 commit 17f6ae9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ matrix:
2020
- pip install --upgrade coverage pytest
2121
- pip install .
2222
script:
23-
- coverage run --source fdiff -m py.test
24-
- coverage report -m
23+
- make test-coverage
2524
after_success:
2625
- bash <(curl -s https://codecov.io/bash)
2726
- python: 3.6

0 commit comments

Comments
 (0)