Skip to content

Commit

Permalink
Integrate Codeclimate
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 committed Mar 22, 2018
1 parent cdc154a commit 496c3b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ notifications:

install:
- pip install -r requirements.txt
#- travis_retry pip install pylint codeclimate-test-reporter
- travis_retry pip install pylint codeclimate-test-reporter
- travis_retry pip install pytest-cov coverage coveralls codacy-coverage

script:
Expand All @@ -28,4 +28,4 @@ after_success:
- pylint app
- coveralls
- coverage xml && python-codacy-coverage -r coverage.xml
# - codeclimate-test-reporter
- codeclimate-test-reporter

0 comments on commit 496c3b9

Please sign in to comment.