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

Fix execution of Coverage

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