Skip to content

Commit

Permalink
incompatible - coverage (code climate)
Browse files Browse the repository at this point in the history
  • Loading branch information
Signorini committed Jun 14, 2018
1 parent 652fe96 commit 20904b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -11,7 +11,7 @@ jobs:

- stage: coverage
script:
- pip install codeclimate-test-reporter coverage==4.4 python-coveralls
- pip install codeclimate-test-reporter coverage==4.3 python-coveralls
- coverage run --source=app -m unittest discover -s app/tests/
after_success:
- codeclimate-test-reporter
Expand Down

0 comments on commit 20904b2

Please sign in to comment.