We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0cf7fc commit db1e597Copy full SHA for db1e597
.travis.yml
@@ -31,7 +31,7 @@ install:
31
before_script:
32
- curl -Os --retry 5 https://uploader.codecov.io/latest/linux/codecov
33
- chmod +x codecov
34
-script: tox -- -nauto > log_output.txt
+script: tox -- -v -nauto > log_output.txt
35
after_failure:
36
- tail -n 500 log_output.txt
37
after_success:
0 commit comments