Repository Config
checks:
python:
code_rating: true
duplicate_code: true
typecheck_maybe_no_member: true
classes_valid_slots: true
basic_missing_reversed_argument: true
build:
dependencies:
before:
- sudo apt-get install -y make build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev xz-utils tk-dev libffi-dev liblzma-dev python-openssl git
- pyenv uninstall -f 3.6.3
- pyenv install 3.6.3
- pyenv local 3.6.3
- pip3 install pytest pytest_cov mock lxml pexpect inquirer
environment:
python: 3.6.3
nodes:
analysis:
project_setup:
override:
- 'true'
tests:
override:
- py-scrutinizer-run
-
command: pylint-run
use_website_config: true
-
command: 'python3 -m pytest --cov oval_graph --cov-report xml tests'
environment: { PYTHONPATH: }
coverage:
file: '.coverage'
format: 'py-cc'
tests: true
filter:
excluded_paths:
- '*/test/*'
dependency_paths:
- 'lib/*'