diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-11-30 14:27:39 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-11-30 19:05:26 +0100 |
commit | b8245403a562571fa64f6d68d1e6feedecfc8e32 (patch) | |
tree | 315ef01490cd1beadf0013a4c84faa58c13aacba /dev-python/readme | |
parent | dev-python/bleach: Enable pypy3 (diff) | |
download | gentoo-b8245403a562571fa64f6d68d1e6feedecfc8e32.tar.gz gentoo-b8245403a562571fa64f6d68d1e6feedecfc8e32.tar.bz2 gentoo-b8245403a562571fa64f6d68d1e6feedecfc8e32.zip |
dev-python/readme: Enable pypy3
Tests with pypy3 fail the same way as with other implementations.
Diffstat (limited to 'dev-python/readme')
-rw-r--r-- | dev-python/readme/readme-0.6.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/readme/readme-0.6.0.ebuild b/dev-python/readme/readme-0.6.0.ebuild index d0dadf816bf4..a7109b1e0ab9 100644 --- a/dev-python/readme/readme-0.6.0.ebuild +++ b/dev-python/readme/readme-0.6.0.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy{,3} ) inherit distutils-r1 |