mirror of
https://github.com/retorquere/zotero-better-bibtex.git
synced 2022-05-23 09:36:29 +03:00
bye travis
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
show_skipped = no
|
||||
paths = test/features
|
||||
show_source = false
|
||||
default_format = travis
|
||||
format = travis
|
||||
default_format = ci
|
||||
format = ci
|
||||
stderr_capture = False
|
||||
stdout_capture = False
|
||||
log_capture = False
|
||||
|
||||
[behave.formatters]
|
||||
travis = travis:TravisFormatter
|
||||
ci = ci:CIFormatter
|
||||
|
||||
@@ -12,7 +12,7 @@ import os
|
||||
# CLASS: PlainFormatter
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
class TravisFormatter(PlainFormatter):
|
||||
class CIFormatter(PlainFormatter):
|
||||
"""
|
||||
Provides a simple plain formatter without coloring/formatting.
|
||||
The formatter displays now also:
|
||||
Reference in New Issue
Block a user