Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 484410
Collapse All | Expand All

(-)patsy-0.2.0.ebuild (-2 / +2 lines)
Lines 32-39 Link Here
32
}
32
}
33
33
34
python_test() {
34
python_test() {
35
	cd ${BUILD_DIR}
35
	cd ${BUILD_DIR} || die
36
	nosetests-${EPYTHON} -v || die "Testing failed with ${EPYTHON}"
36
	nosetests -v || die "Testing failed with ${EPYTHON}"
37
}
37
}
38
38
39
python_install_all() {
39
python_install_all() {

Return to bug 484410