Skip to content

Commit db1e597

Browse files
committed
Restored pytest verbosity flag.
1 parent e0cf7fc commit db1e597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ install:
3131
before_script:
3232
- curl -Os --retry 5 https://uploader.codecov.io/latest/linux/codecov
3333
- chmod +x codecov
34-
script: tox -- -nauto > log_output.txt
34+
script: tox -- -v -nauto > log_output.txt
3535
after_failure:
3636
- tail -n 500 log_output.txt
3737
after_success:

0 commit comments

Comments
 (0)