1
0
Fork 0
mirror of https://github.com/topydo/topydo.git synced 2024-05-20 13:58:33 +00:00

Fix execution of Coverage

This commit is contained in:
Bram Schoenmakers 2016-12-28 15:44:04 +01:00
parent 819105bc3e
commit 9780decf65
2 changed files with 1 additions and 2 deletions

View file

@ -1,5 +1,4 @@
[run] [run]
source = topydo
branch = True branch = True
[report] [report]

View file

@ -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= {