dev-python/cov-core: Add python3_5 target

This commit is contained in:
Sean Vig
2015-10-14 10:13:45 -05:00
parent 83ddfce682
commit 2f053ef84d

View File

@@ -4,7 +4,7 @@
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy pypy3 )
inherit distutils-r1
DESCRIPTION="plugin core for use by pytest-cov, nose-cov and nose2-cov"