summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Vig <sean.v.775@gmail.com>2015-10-14 10:20:19 -0500
committerSean Vig <sean.v.775@gmail.com>2015-10-14 11:46:53 -0500
commit8bedde181aee73ad8cf3be3a7ae1d1ec7c4e8dc0 (patch)
treee4ffb91b549002e72770f8b3a3707af6b3529230 /dev-python
parentdev-python/execnet: Add python3_5 target (diff)
downloadgentoo-8bedde181aee73ad8cf3be3a7ae1d1ec7c4e8dc0.tar.gz
gentoo-8bedde181aee73ad8cf3be3a7ae1d1ec7c4e8dc0.tar.bz2
gentoo-8bedde181aee73ad8cf3be3a7ae1d1ec7c4e8dc0.zip
dev-python/pytest-xdist: Add python3_5 target
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pytest-xdist/pytest-xdist-1.13.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-xdist/pytest-xdist-1.13.1.ebuild b/dev-python/pytest-xdist/pytest-xdist-1.13.1.ebuild
index d6fc2826fc9e..8eb076c307f9 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.13.1.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.13.1.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