File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
checks :
2
+ php :
3
+ code_rating : true
4
+ duplication : true
5
+
2
6
python :
3
7
code_rating : true
4
8
duplicate_code : true
5
9
10
+ ruby :
11
+ code_rating : true
12
+ duplicate_code : true
13
+
6
14
tools :
7
15
external_code_coverage :
8
16
timeout : 12000 # Timeout in seconds.
Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ install:
10
10
- " pip install requests --use-mirrors"
11
11
- " pip install scrutinizer-ocular --use-mirrors"
12
12
before_script :
13
- - " flake8 --show-source --show-pep8 --max-line-length=160 ."
14
13
- export QINIU_ACCESS_KEY="QWYn5TFQsLLU1pL5MFEmX3s5DmHdUThav9WyOWOm"
15
14
- export QINIU_SECRET_KEY="Bxckh6FA-Fbs9Yt3i3cbKVK22UPBmAOHJcL95pGz"
16
15
- export QINIU_TEST_BUCKET="pythonsdk"
17
16
- export QINIU_TEST_DOMAIN="pythonsdk.qiniudn.com"
18
17
- export QINIU_TEST_ENV="travis"
19
18
- export PYTHONPATH="$PYTHONPATH:."
20
19
script :
20
+ - flake8 --show-source --show-pep8 --max-line-length=160 .
21
21
- py.test --cov qiniu
22
22
- ocular --data-file .coverage
You can’t perform that action at this time.
0 commit comments