Skip to content

Commit

Permalink
dev-python/whelk: Enable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Apr 26, 2017
1 parent 95b8fc3 commit 38edd4e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dev-python/whelk/whelk-2.7.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6
Expand All @@ -18,3 +18,7 @@ IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"

python_test() {
"${PYTHON}" -m unittest discover || die "Tests fail with ${EPYTHON}"
}

0 comments on commit 38edd4e

Please sign in to comment.