Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
# $Id$
EAPI=5
+
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
MY_PN=Unidecode
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
python_test() {
- esetup.py test || die "Tests failed under ${EPYTHON}"
+ esetup.py test
}
# $Id$
EAPI=5
+
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
MY_PN=Unidecode
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
python_test() {
- esetup.py test || die "Tests failed under ${EPYTHON}"
+ esetup.py test
}