dev-python/testtools: Add pypy3 support
authorJustin Lecher <jlec@gentoo.org>
Sun, 23 Aug 2015 17:54:28 +0000 (19:54 +0200)
committerJustin Lecher <jlec@gentoo.org>
Mon, 24 Aug 2015 10:12:05 +0000 (12:12 +0200)
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
dev-python/testtools/testtools-1.8.0.ebuild

index de905ca473d285fb4b4a2e13fc905dc0a9cb5578..50bca347b3e81d048883987dcc5e041a361905f2 100644 (file)
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
 
 inherit distutils-r1