diff options
author | Sean Vig <sean.v.775@gmail.com> | 2015-10-14 10:21:14 -0500 |
---|---|---|
committer | Sean Vig <sean.v.775@gmail.com> | 2015-10-14 11:46:54 -0500 |
commit | f14435303055a5cd51d9e38fabc0634ab86e4dbb (patch) | |
tree | 0200f9c6f2eb274f0f28317aacd3f83ef1323521 /dev-python/pytest-capturelog | |
parent | dev-python/pytest-xdist: Add python3_5 target (diff) | |
download | gentoo-f14435303055a5cd51d9e38fabc0634ab86e4dbb.tar.gz gentoo-f14435303055a5cd51d9e38fabc0634ab86e4dbb.tar.bz2 gentoo-f14435303055a5cd51d9e38fabc0634ab86e4dbb.zip |
dev-python/pytest-capturelog: Add python3_5 target
Diffstat (limited to 'dev-python/pytest-capturelog')
-rw-r--r-- | dev-python/pytest-capturelog/pytest-capturelog-0.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-capturelog/pytest-capturelog-0.7.ebuild b/dev-python/pytest-capturelog/pytest-capturelog-0.7.ebuild index 925df1f5c417..f82ae057c17c 100644 --- a/dev-python/pytest-capturelog/pytest-capturelog-0.7.ebuild +++ b/dev-python/pytest-capturelog/pytest-capturelog-0.7.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 |