dev-python/testtools: Add python3.5 on v1.5.0

This commit is contained in:
Michał Górny
2015-10-14 08:12:59 +02:00
parent 08c9414d27
commit 50a0b0a2df

View File

@@ -4,7 +4,7 @@
EAPI=5
PYTHON_COMPAT=( python2_7 python3_3 python3_4 pypy pypy3 )
PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
inherit distutils-r1