summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Vig <sean.v.775@gmail.com>2015-10-14 11:04:26 -0500
committerSean Vig <sean.v.775@gmail.com>2015-10-14 11:46:56 -0500
commitc7a7b4b243f507c62bfe9260c457276112d1c0fd (patch)
treea77dc27fdee6aa78d06016a00e1f84f1920055fc /dev-python/process-tests
parentdev-python/pytest-capturelog: Add python3_5 target (diff)
downloadgentoo-c7a7b4b243f507c62bfe9260c457276112d1c0fd.tar.gz
gentoo-c7a7b4b243f507c62bfe9260c457276112d1c0fd.tar.bz2
gentoo-c7a7b4b243f507c62bfe9260c457276112d1c0fd.zip
dev-python/process-tests: Add python3_5 target
Diffstat (limited to 'dev-python/process-tests')
-rw-r--r--dev-python/process-tests/process-tests-1.1.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/process-tests/process-tests-1.1.2.ebuild b/dev-python/process-tests/process-tests-1.1.2.ebuild
index ed80beb0b9b4..5413f2d28adf 100644
--- a/dev-python/process-tests/process-tests-1.1.2.ebuild
+++ b/dev-python/process-tests/process-tests-1.1.2.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