dev-python/testtools: Add pypy3 support
authorJustin Lecher <jlec@gentoo.org>
Mon, 24 Aug 2015 06:43:09 +0000 (08:43 +0200)
committerJustin Lecher <jlec@gentoo.org>
Mon, 24 Aug 2015 10:12:10 +0000 (12:12 +0200)
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
dev-python/testtools/testtools-1.5.0.ebuild

index 7094cbd3ac2831c7a653ed758c87761e2c239764..c18fc3d85cb2f37f6046a7b71c53d1fa2efe3d35 100644 (file)
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 pypy )
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 pypy pypy3 )
 
 inherit distutils-r1