diff --git a/.scrutinizer.yml b/.scrutinizer.yml new file mode 100644 index 0000000..37eb797 --- /dev/null +++ b/.scrutinizer.yml @@ -0,0 +1,8 @@ +filter: + excluded_paths: + - 'tests/*' + - 'vcr/*' +tools: + external_code_coverage: + timeout: 300 + runs: 3 diff --git a/.travis.yml b/.travis.yml index 67f8f11..f7ce8b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,9 @@ python: install: - make init - pip install coveralls + - pip install scrutinizer-ocular script: - make test after_success: - coveralls + - ocular