dev-python/unittest2: Add python3.5 on v0.8.0

This commit is contained in:
Michał Górny
2015-10-14 08:31:58 +02:00
parent 78681a0baf
commit 08b5041b1b

View File

@@ -3,7 +3,8 @@
# $Id$
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
inherit distutils-r1