diff options
Diffstat (limited to 'sci-mathematics/dunshire')
-rw-r--r-- | sci-mathematics/dunshire/dunshire-0.1.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/dunshire/dunshire-0.1.3-r1.ebuild b/sci-mathematics/dunshire/dunshire-0.1.3-r1.ebuild index 36354f6a301d..c98c5b6bf51d 100644 --- a/sci-mathematics/dunshire/dunshire-0.1.3-r1.ebuild +++ b/sci-mathematics/dunshire/dunshire-0.1.3-r1.ebuild @@ -26,5 +26,5 @@ distutils_enable_sphinx doc/source distutils_enable_tests setup.py python_test() { - PYTHONPATH="." "${EPYTHON}" test/__main__.py --verbose + PYTHONPATH="." "${EPYTHON}" test/__main__.py --verbose || die } |