dev-python/nose-exclude: Enable pypy3

This commit is contained in:
Michał Górny
2016-11-30 16:36:59 +01:00
parent 773813bd47
commit dce2624929

View File

@@ -4,7 +4,7 @@
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
PYTHON_COMPAT=( python2_7 python3_{4,5} pypy{,3} )
inherit distutils-r1