From 3e9b857ffac0399af392843a5b0abc55a69d3378 Mon Sep 17 00:00:00 2001 From: Danny Hermes Date: Wed, 20 Jul 2016 16:43:15 -0700 Subject: [PATCH] Send the coverage report to coveralls in gae env. (#560) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4f1272f..a8c01fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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