dev-python/mccabe: enable tests

Testsuite succeeds at least on Python 2.7 and 3.4.

Package-Manager: portage-2.2.27
This commit is contained in:
Ilya Tumaykin
2016-02-19 23:00:22 +03:00
parent 44195e0a9a
commit c14ae8bc47

View File

@@ -6,8 +6,6 @@ EAPI=5
PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
RESTRICT="test"
inherit distutils-r1
DESCRIPTION="flake8 plugin: McCabe complexity checker"