Skip to content

Commit 4c7523a

Browse files
committed
Added scrutinizer.yml
1 parent 7f7f396 commit 4c7523a

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

.scrutinizer.yml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
checks:
2+
python:
3+
code_rating: true
4+
duplicate_code: true
5+
classes_valid_slots: true
6+
7+
filter:
8+
excluded_paths:
9+
- '*/coffee/*'
10+
- '*/test/*'
11+
- '*/tests/*'
12+
- '*/static/assets/*'
13+
- '*/static/bootstrap/*'
14+
- '*/static/bundles/*'
15+
- '*/static/fonts/*'
16+
- '*/static/jquery/*'
17+
- '*/static/modules/*'
18+
- '*/static/thirdparty/*'
19+
- '*/upgrade/*'
20+
- '*.min.js'
21+
22+
build:
23+
environment:
24+
python: 2.7.9
25+
26+
dependencies:
27+
before:
28+
- pip install -v pip==19.3.1
29+
- pip install -v setuptools==44.1.1
30+
- pip install -v zc.buildout==2.13.3
31+
- pip install virtualenv
32+
- pip install -r requirements.txt
33+
- /home/scrutinizer/.pyenv/versions/2.7.9/bin/buildout -v
34+
- mv -v /home/scrutinizer/build/develop-eggs/* /home/scrutinizer/.pyenv/versions/2.7.9/lib/python2.7/site-packages/
35+
- mv -v /home/scrutinizer/build/eggs/*.egg /home/scrutinizer/.pyenv/versions/2.7.9/lib/python2.7/site-packages/
36+
37+
nodes:
38+
analysis:
39+
tests:
40+
override:
41+
- py-scrutinizer-run

0 commit comments

Comments
 (0)