diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-09-09 10:37:32 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-09-09 11:49:35 +0200 |
commit | d71e5f82a089aa618aecbf155929433cf49e4123 (patch) | |
tree | 23bc85ec9fec016688771fd8169fc73428b37461 /dev-python/process-tests | |
parent | dev-python/pytest-xdist: Add pypy* support (diff) | |
download | gentoo-d71e5f82a089aa618aecbf155929433cf49e4123.tar.gz gentoo-d71e5f82a089aa618aecbf155929433cf49e4123.tar.bz2 gentoo-d71e5f82a089aa618aecbf155929433cf49e4123.zip |
dev-python/process-tests: Add pypy* support
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/process-tests')
-rw-r--r-- | dev-python/process-tests/process-tests-1.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/process-tests/process-tests-1.1.0.ebuild b/dev-python/process-tests/process-tests-1.1.0.ebuild index fe037f620fc0..ed80beb0b9b4 100644 --- a/dev-python/process-tests/process-tests-1.1.0.ebuild +++ b/dev-python/process-tests/process-tests-1.1.0.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4} ) +PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 ) inherit distutils-r1 |