dev-python/pytest-xdist: Add python3_5 target

This commit is contained in:
Sean Vig
2015-10-14 10:20:19 -05:00
parent b5dca07e86
commit 8bedde181a

View File

@@ -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