mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 13:36:14 +02:00
[Travis] add testing on Windows and Mac
See #739 (Python 3.8), #619 (Windows) Appease the Travis gods [Travis] no auto-ruby [Travis] include a test in not UTC see #742 [Travis] Add Python to PATH on Windows [Travis] Windows: try Python 3.7 for cryptography wheels? [Travis] Windows tests time out
This commit is contained in:
parent
24cd1d460b
commit
70c946bc13
3 changed files with 39 additions and 6 deletions
|
@ -164,7 +164,7 @@ def has_error(context):
|
|||
|
||||
@then('we should get no error')
|
||||
def no_error(context):
|
||||
assert context.exit_status is 0, context.exit_status
|
||||
assert context.exit_status == 0, context.exit_status
|
||||
|
||||
|
||||
@then('the output should be parsable as json')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue