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 c67b456 commit e0cf7fcCopy full SHA for e0cf7fc
.travis.yml
@@ -31,6 +31,8 @@ install:
31
before_script:
32
- curl -Os --retry 5 https://uploader.codecov.io/latest/linux/codecov
33
- chmod +x codecov
34
-script: tox -- -v -nauto
+script: tox -- -nauto > log_output.txt
35
+after_failure:
36
+ - tail -n 500 log_output.txt
37
after_success:
38
- if [[ -e .coverage ]]; then ./codecov -t $CODECOV_TOKEN; fi
0 commit comments