From 6ed2674fbdb897bb53de90c7dcfb164642578274 Mon Sep 17 00:00:00 2001 From: ogolovatyi Date: Fri, 10 Jan 2020 17:19:46 -0800 Subject: [PATCH] Restore scrutinizer configuration --- .scrutinizer.yml | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 01d763a1..2064d1e5 100755 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -1,10 +1,6 @@ build: environment: - python: 3.6 - tests: - before: - - pip install pytest pytest-cov coverage - - pip install -r requirements.txt + python: 3.8 nodes: analysis: project_setup: @@ -15,17 +11,7 @@ build: - py-scrutinizer-run - command: pylint-run use_website_config: true - coverage: - tests: - before: - - pip install pytest pytest-cov coverage coveralls - - pip install -r requirements.txt - override: - - command: pytest tests --cov=tabpy - coverage: - file: '.coverage' - config_file: '.coveragerc' - format: 'py-cc' + tests: true checks: python: code_rating: true