diff options
author | Sean Vig <sean.v.775@gmail.com> | 2015-10-14 10:13:45 -0500 |
---|---|---|
committer | Sean Vig <sean.v.775@gmail.com> | 2015-10-14 11:46:43 -0500 |
commit | 2f053ef84da67d3325cbc401d01ba0c88aa56b0e (patch) | |
tree | 5dbaa7ef9e2fa86cf380d02217966e244cdc6442 /dev-python/cov-core | |
parent | dev-python/sqlalchemy-migrate: Keyword under ALLARCHES policy (diff) | |
download | gentoo-2f053ef84da67d3325cbc401d01ba0c88aa56b0e.tar.gz gentoo-2f053ef84da67d3325cbc401d01ba0c88aa56b0e.tar.bz2 gentoo-2f053ef84da67d3325cbc401d01ba0c88aa56b0e.zip |
dev-python/cov-core: Add python3_5 target
Diffstat (limited to 'dev-python/cov-core')
-rw-r--r-- | dev-python/cov-core/cov-core-1.15.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cov-core/cov-core-1.15.0.ebuild b/dev-python/cov-core/cov-core-1.15.0.ebuild index 1fe596a9b51b..fc38a645d1fd 100644 --- a/dev-python/cov-core/cov-core-1.15.0.ebuild +++ b/dev-python/cov-core/cov-core-1.15.0.ebuild @@ -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" |