Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jancajthaml authored Jul 30, 2020
1 parent 017e9c8 commit c33cac8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bbtest/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@

if sys.stdout.isatty() and (str(os.environ.get('CI', 'false')) == 'false'):
args.append('-f pretty')
args.append('--tags=~@wip')
else:
args.append('-f progress3')
args.append('--tags=~@wip')
args.append('--quiet')

args.append('@{}/order.txt'.format(cwd))
Expand Down

0 comments on commit c33cac8

Please sign in to comment.