-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy path.scrutinizer.yml
47 lines (45 loc) · 963 Bytes
/
.scrutinizer.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# language: python
build:
environment:
python:
version: 3.7.1
virtualenv: true
mysql: false
postgresql: false
mongodb: false
elasticsearch: false
redis: false
memcached: false
neo4j: false
rabbitmq: false
docker:
remote_engine: true
nodes:
tests-and-coverage:
tests:
before:
- "pip install --upgrade pip"
- "pip install -e ."
- "pip install -r requirements-dev.txt"
override:
- command: py.test
idle_timeout: 1200
coverage:
file: .coverage
config_file: .coveragerc
format: py-cc
analysis:
project_setup:
override: true
tests:
override:
- py-scrutinizer-run
- pylint-run --rcfile=.pylintrc
checks:
python:
code_rating: true
duplicate_code: true
classes_valid_slots: true
filter:
paths:
- stakkr/