Skip to content

Commit

Permalink
dev-python/nosexcover: Add python3.5 support and tests
Browse files Browse the repository at this point in the history
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=565194

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <[email protected]>
  • Loading branch information
jlec committed Nov 9, 2015
1 parent faeba16 commit 3a2589b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dev-python/nosexcover/nosexcover-1.0.10.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

EAPI=5

PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )

inherit distutils-r1

Expand All @@ -22,3 +22,7 @@ DEPEND="
dev-python/nose[${PYTHON_USEDEP}]
>=dev-python/coverage-3.4[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"

python_test() {
nosetests -v nosexcover/tests.py || die
}

0 comments on commit 3a2589b

Please sign in to comment.