summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <horea.christ@yandex.com>2016-12-09 21:30:16 +0100
committerPatrice Clement <monsieurp@gentoo.org>2016-12-10 22:56:17 +0100
commit6e4b0354a640bab841bf812950eba78804be8cbd (patch)
tree4b42bff1340126594383ebf688438f10bfd481f4 /dev-python/seaborn/seaborn-0.7.1.ebuild
parentdev-python/seaborn: add additional maintainer. (diff)
downloadgentoo-6e4b0354a640bab841bf812950eba78804be8cbd.tar.gz
gentoo-6e4b0354a640bab841bf812950eba78804be8cbd.tar.bz2
gentoo-6e4b0354a640bab841bf812950eba78804be8cbd.zip
dev-python/seaborn: added die calls where appropriate.
Package-Manager: portage-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/3020
Diffstat (limited to 'dev-python/seaborn/seaborn-0.7.1.ebuild')
-rw-r--r--dev-python/seaborn/seaborn-0.7.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/seaborn/seaborn-0.7.1.ebuild b/dev-python/seaborn/seaborn-0.7.1.ebuild
index a3ae6e57212d..333571ebc4fd 100644
--- a/dev-python/seaborn/seaborn-0.7.1.ebuild
+++ b/dev-python/seaborn/seaborn-0.7.1.ebuild
@@ -32,8 +32,8 @@ DEPEND="${RDEPEND}
"
python_test() {
- cat > matplotlibrc <<- EOF
+ cat > matplotlibrc <<- EOF || die
backend : Agg
EOF
- virtx nosetests --verbosity=3
+ virtx nosetests --verbosity=3 || die
}