dev-python/pytest-localserver: add pypy to PYTHON_COMPAT

Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
Zac Medico
2017-05-03 19:30:32 -07:00
parent a93f4ed865
commit 4d8826bd1a

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6} pypy)
inherit distutils-r1