Commit 9780decf authored by Bram Schoenmakers's avatar Bram Schoenmakers

Fix execution of Coverage

parent 819105bc
[run] [run]
source = topydo
branch = True branch = True
[report] [report]
......
...@@ -39,7 +39,7 @@ setup( ...@@ -39,7 +39,7 @@ setup(
'columns': ['urwid >= 1.3.0', WATCHDOG], 'columns': ['urwid >= 1.3.0', WATCHDOG],
'ical': ['icalendar'], 'ical': ['icalendar'],
'prompt': ['prompt_toolkit >= 0.53', WATCHDOG], 'prompt': ['prompt_toolkit >= 0.53', WATCHDOG],
'test': ['coverage', 'freezegun', 'green', ], 'test': ['coverage>=4.3', 'freezegun', 'green', ],
'test:python_version=="3.2"': ['mock'], 'test:python_version=="3.2"': ['mock'],
}, },
entry_points= { 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