Checkout Config
# scrutinizer-ci.com configuration
# language: python
imports:
- python
build:
environment:
python: 3.6.3
tests:
before:
- 'pip install .'
- 'pip install nose-exclude'
override:
-
command: 'nosetests'
checks:
python:
code_rating: true
duplicate_code: true
classes_valid_slots: true
Repository Config
checks:
python:
code_rating: true
duplicate_code: true
build:
nodes:
analysis:
project_setup:
override:
- 'true'
tests:
override:
- py-scrutinizer-run
-
command: pylint-run
use_website_config: true
environment:
node:
version: 6.0.0
tests: true
filter:
excluded_paths:
- '*/test/*'
dependency_paths:
- 'lib/*'