dev-python/botocore: Tested on py3.6
authorMichał Górny <mgorny@gentoo.org>
Sun, 21 May 2017 21:42:09 +0000 (23:42 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 21 May 2017 21:46:33 +0000 (23:46 +0200)
dev-python/botocore/botocore-1.4.93.ebuild

index ef8b08eda5eafb2870404e07f90a6471f49b2663..322ce139a38e9f49ba85c01a2bb9834b84f99358 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
 
 inherit distutils-r1
 
@@ -43,7 +43,7 @@ python_compile_all() {
 }
 
 python_test() {
-       nosetests tests/unit || die "tests failed under ${EPYTHON}"
+       nosetests -v tests/unit || die "tests failed under ${EPYTHON}"
 }
 
 python_install_all() {