mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
dev-python/queuelib: Tested on py3.5&3.6
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_4 )
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@@ -25,5 +25,5 @@ DEPEND="
|
||||
RDEPEND=""
|
||||
|
||||
python_test() {
|
||||
nosetests queuelib/tests/ || die "Tests failed under ${EPYTHON}"
|
||||
nosetests -v queuelib/tests/ || die "Tests failed under ${EPYTHON}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user