Send the coverage report to coveralls in gae env. (#560)
This commit is contained in:
committed by
Jon Wayne Parrott
parent
ceafaa7f32
commit
3e9b857ffa
@@ -29,7 +29,7 @@ install:
|
|||||||
script:
|
script:
|
||||||
- ./scripts/run.sh
|
- ./scripts/run.sh
|
||||||
after_success:
|
after_success:
|
||||||
- if [[ "${TOX_ENV}" == "py27" ]]; then tox -e coveralls; fi
|
- if [[ "${TOX_ENV}" == "gae" ]]; then tox -e coveralls; fi
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user