Skip to content

Commit 42bb750

Browse files
committed
Pass coverage config file to coveralls
1 parent 4fa5092 commit 42bb750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ script:
2626
- sh -c "if [ '$ALLOW_DEPLOY' = 'true' ]; then ./doc/build.sh; fi"
2727
- py.test --cov-config $COVERAGERC --cov=pydispatch
2828
after_success:
29-
- coveralls
29+
- coveralls --rcfile="$COVERAGERC"
3030
- sh -c "if [ '$ALLOW_DEPLOY' = 'true' ]; then travis-sphinx --outdir=doc/build/html/ deploy; fi"
3131
deploy:
3232
provider: pypi

0 commit comments

Comments
 (0)