Skip to content

Commit

Permalink
Fix execution of Coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
bram85 committed Dec 28, 2016
1 parent 819105b commit 9780dec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
@@ -1,5 1,4 @@
[run]
source = topydo
branch = True

[report]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 39,7 @@ def find_version(*file_paths):
'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= {
Expand Down

0 comments on commit 9780dec

Please sign in to comment.