Skip to content

Commit

Permalink
trying to fix scrutinizer
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislit committed Oct 23, 2018
1 parent d8ee773 commit 706d0d9
Showing 1 changed file with 20 additions and 34 deletions.
54 changes: 20 additions & 34 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,41 +6,27 @@ checks:
classes_valid_slots: true
basic_missing_reversed_argument: true

imports:
- python

build:
environment:
python: 3.6

tests:
before:
- 'pip install coverage'
override:
- command: 'nosetests'
coverage:
file: '.coverage'
config_file: '.coveragerc'
format: 'py-cc'

nodes:
analysis:
tests:
override:
- py-scrutinizer-run

coverage:
before:
- 'pip install coverage'
override:
- command: pylint-run
use_website_config: false
coverage:
file: '.coverage'
config_file: '.coveragerc'
format: 'py-cc'

tests: true
environment:
python: 3.6.3
nodes:
analysis:
project_setup:
override:
- 'true'
tests:
before:
- 'pip install coverage'
override:
- py-scrutinizer-run
-
command: pylint-run
use_website_config: false
coverage:
file: '.coverage'
config_file: '.coveragerc'
format: 'py-cc'
tests: true
filter:
excluded_paths:
- 'tests/*'
Expand Down

0 comments on commit 706d0d9

Please sign in to comment.