dev-python/mccabe: Add python3_5 target

This commit is contained in:
Sean Vig
2015-11-23 08:47:41 -06:00
committed by Justin Lecher
parent 959bb855e5
commit 1ce209a99d

View File

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