diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-05-22 07:54:38 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-22 09:22:56 +0200 |
commit | ecdc15a86cdcbdf81ed93db5a826edda5eaf813c (patch) | |
tree | d37b6193428a34effac81194f086f520425d179d /dev-python/s3transfer | |
parent | dev-python/botocore: add 1.5.52 version (diff) | |
download | gentoo-ecdc15a86cdcbdf81ed93db5a826edda5eaf813c.tar.gz gentoo-ecdc15a86cdcbdf81ed93db5a826edda5eaf813c.tar.bz2 gentoo-ecdc15a86cdcbdf81ed93db5a826edda5eaf813c.zip |
dev-python/s3transfer: Tested on py3.6
Diffstat (limited to 'dev-python/s3transfer')
-rw-r--r-- | dev-python/s3transfer/s3transfer-0.1.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/s3transfer/s3transfer-0.1.10.ebuild b/dev-python/s3transfer/s3transfer-0.1.10.ebuild index c4832bb0bc61..43ecae8d8ff4 100644 --- a/dev-python/s3transfer/s3transfer-0.1.10.ebuild +++ b/dev-python/s3transfer/s3transfer-0.1.10.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 ) +PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 ) inherit distutils-r1 DESCRIPTION="An Amazon S3 Transfer Manager" @@ -33,5 +33,5 @@ DEPEND=" RDEPEND="${CDEPEND}" python_test() { - nosetests tests/unit/ tests/functional/ || die "tests failed under ${EPYTHON}" + nosetests -v tests/unit/ tests/functional/ || die "tests failed under ${EPYTHON}" } |