Skip to content

Commit

Permalink
add a couple of more pre tags to README
Browse files Browse the repository at this point in the history
  • Loading branch information
drivet committed Sep 20, 2015
1 parent a0105b1 commit 344adb5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,18 @@ a pylint report generated from your travis build, and a travis job id.

In your install section, put something like the following:

<pre>
install:
- "pip install pylint"
</pre>

In your after_success section, put something like this:

<pre>
after_success:
- pylint --output-format=html pylint_server > /tmp/pylint-report.html
- curl -v -m 120 -X POST -F travis-job-id=$TRAVIS_JOB_ID -F pylint-report=@/tmp/pylint-report.html https://pylint.whatever.com/reports
</pre>

Assuming you're using github, the app will deposit the report under:

Expand Down

0 comments on commit 344adb5

Please sign in to comment.