diff options
Diffstat (limited to 'dev-python/seaborn/seaborn-0.7.1.ebuild')
-rw-r--r-- | dev-python/seaborn/seaborn-0.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/seaborn/seaborn-0.7.1.ebuild b/dev-python/seaborn/seaborn-0.7.1.ebuild index 63e40e478cf6..8e767cabde8b 100644 --- a/dev-python/seaborn/seaborn-0.7.1.ebuild +++ b/dev-python/seaborn/seaborn-0.7.1.ebuild @@ -35,5 +35,5 @@ python_test() { cat > matplotlibrc <<- EOF || die backend : Agg EOF - virtx nosetests --verbosity=3 || die + virtx nosetests --verbosity=3 } |