checks:
python:
code_rating: true
duplicate_code: true
classes_valid_slots: true
filter:
excluded_paths:
- '*/test/*'
- '*/tests/*'
- '*/upgrade/*'
- '*/browser/js/thirdparty/*'
- '*.min.js'
build:
environment:
python: 2.7.9
dependencies:
before:
# Fixes the infamous "No module named zipp"
- pip install --upgrade pip==19.3.1
- pip install --upgrade setuptools==39.2.0
- pip install virtualenv
nodes:
analysis:
tests:
override:
- py-scrutinizer-run