Skip to content

Commit

Permalink
Restore scrutinizer configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ogolovatyi authored and ogolovatyi committed Jan 11, 2020
1 parent 98935fc commit 6ed2674
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .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:
Expand All @@ -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
Expand Down

0 comments on commit 6ed2674

Please sign in to comment.