Commit b4c7b0a0 authored by Bram Schoenmakers's avatar Bram Schoenmakers Committed by GitHub

Add pylint to the test dependency array

With 1.7.1 and higher we can use it in Python 3.6.
parent dd5bb5c0
......@@ -40,7 +40,7 @@ setup(
'columns': ['urwid >= 1.3.0', WATCHDOG],
'ical': [ICALENDAR],
'prompt': ['prompt_toolkit >= 0.53', WATCHDOG],
'test': ['coverage>=4.3', 'freezegun', 'green', ICALENDAR],
'test': ['coverage>=4.3', 'freezegun', 'green', ICALENDAR, 'pylint>=1.7.1'],
'test:python_version=="3.2"': ['mock'],
},
entry_points= {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment