[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:
MinchinWeb 2019-11-28 07:43:05 -07:00
parent 24cd1d460b
commit 70c946bc13
3 changed files with 39 additions and 6 deletions

View file

@ -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')