Browse Source

add scrutinizer config for coverage

pull/6/merge
Rossen Georgiev 10 years ago
parent
commit
3247b6dc64
  1. 8
      .scrutinizer.yml
  2. 2
      .travis.yml

8
.scrutinizer.yml

@ -0,0 +1,8 @@
filter:
excluded_paths:
- 'tests/*'
- 'vcr/*'
tools:
external_code_coverage:
timeout: 300
runs: 3

2
.travis.yml

@ -6,7 +6,9 @@ python:
install:
- make init
- pip install coveralls
- pip install scrutinizer-ocular
script:
- make test
after_success:
- coveralls
- ocular

Loading…
Cancel
Save