summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Vig <sean.v.775@gmail.com>2015-10-14 10:14:41 -0500
committerSean Vig <sean.v.775@gmail.com>2015-10-14 11:46:45 -0500
commit2281a17407dd18f5267e5b66b3c0933225c1214d (patch)
treedb95c927de49adc28d7439cd869dd862e2853b51 /dev-python
parentdev-python/cov-core: Add python3_5 target (diff)
downloadgentoo-2281a17407dd18f5267e5b66b3c0933225c1214d.tar.gz
gentoo-2281a17407dd18f5267e5b66b3c0933225c1214d.tar.bz2
gentoo-2281a17407dd18f5267e5b66b3c0933225c1214d.zip
dev-python/pytest-cache: Add python3_5 target
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pytest-cache/pytest-cache-1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-cache/pytest-cache-1.0.ebuild b/dev-python/pytest-cache/pytest-cache-1.0.ebuild
index 6cf0b751da4b..1aaa5acb094e 100644
--- a/dev-python/pytest-cache/pytest-cache-1.0.ebuild
+++ b/dev-python/pytest-cache/pytest-cache-1.0.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
inherit distutils-r1