summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-05-17 21:49:44 +0200
committerMichał Górny <mgorny@gentoo.org>2017-05-17 22:51:12 +0200
commiteed98868651a8e78e74e539fcfd220d32e9a6945 (patch)
tree7e686b5db7f2cbd2be590cfc8ce44bd37264c34a
parentdev-python/embedly: Add test running code (diff)
downloadgentoo-eed98868651a8e78e74e539fcfd220d32e9a6945.tar.gz
gentoo-eed98868651a8e78e74e539fcfd220d32e9a6945.tar.bz2
gentoo-eed98868651a8e78e74e539fcfd220d32e9a6945.zip
dev-python/embedly: Tested on py3.5&3.6
The same tests fail in the same way across all implementations.
-rw-r--r--dev-python/embedly/embedly-0.5.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/embedly/embedly-0.5.0-r1.ebuild b/dev-python/embedly/embedly-0.5.0-r1.ebuild
index 23a3bd163bba..f9d2fa8b3364 100644
--- a/dev-python/embedly/embedly-0.5.0-r1.ebuild
+++ b/dev-python/embedly/embedly-0.5.0-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
inherit distutils-r1