Send the coverage report to coveralls in gae env. (#560)

This commit is contained in:
Danny Hermes
2016-07-20 16:43:15 -07:00
committed by Jon Wayne Parrott
parent ceafaa7f32
commit 3e9b857ffa

View File

@@ -29,7 +29,7 @@ install:
script:
- ./scripts/run.sh
after_success:
- if [[ "${TOX_ENV}" == "py27" ]]; then tox -e coveralls; fi
- if [[ "${TOX_ENV}" == "gae" ]]; then tox -e coveralls; fi
notifications:
email: false