dev-python/queuelib: Tested on py3.5&3.6

This commit is contained in:
Michał Górny
2017-05-17 12:09:08 +02:00
parent e41dcee39b
commit e47f692bc0

View File

@@ -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}"
}