We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fa5092 commit 42bb750Copy full SHA for 42bb750
.travis.yml
@@ -26,7 +26,7 @@ script:
26
- sh -c "if [ '$ALLOW_DEPLOY' = 'true' ]; then ./doc/build.sh; fi"
27
- py.test --cov-config $COVERAGERC --cov=pydispatch
28
after_success:
29
- - coveralls
+ - coveralls --rcfile="$COVERAGERC"
30
- sh -c "if [ '$ALLOW_DEPLOY' = 'true' ]; then travis-sphinx --outdir=doc/build/html/ deploy; fi"
31
deploy:
32
provider: pypi
0 commit comments