diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-03-16 00:05:13 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-03-16 00:09:54 -0700 |
commit | 0b04278ba7fe4ef120876ea0d3b1b0a276bd93a2 (patch) | |
tree | a0780278b45739fa9ef391f779abc0c0218ba98a /dev-python/nose-cover3 | |
parent | dev-python/sphinx_celery: Add python3_6 to PYTHON_COMPAT (diff) | |
download | gentoo-0b04278ba7fe4ef120876ea0d3b1b0a276bd93a2.tar.gz gentoo-0b04278ba7fe4ef120876ea0d3b1b0a276bd93a2.tar.bz2 gentoo-0b04278ba7fe4ef120876ea0d3b1b0a276bd93a2.zip |
dev-python/nose-cover3: Add python3_6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-python/nose-cover3')
-rw-r--r-- | dev-python/nose-cover3/nose-cover3-0.1.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/nose-cover3/nose-cover3-0.1.0-r1.ebuild b/dev-python/nose-cover3/nose-cover3-0.1.0-r1.ebuild index 3f86b75c67b1..4aee6e4776b8 100644 --- a/dev-python/nose-cover3/nose-cover3-0.1.0-r1.ebuild +++ b/dev-python/nose-cover3/nose-cover3-0.1.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1 |