1
0
Fork 0
mirror of https://github.com/topydo/topydo.git synced 2024-05-10 02:38:35 +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]
source = topydo
branch = True
[report]

View file

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