File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
2
matrix :
3
3
include :
4
- - name : " generic tests on Python 2.7"
4
+ - name : " Check helpers on Python 2.7"
5
5
python : 2.7
6
+ script : ./scripts/check-helpers.sh
7
+ - name : " Python style check on Python 2.7"
8
+ python : 2.7
9
+ script : ./scripts/py-style-check.sh
6
10
- name : " flake8 lint on Python 2.7"
7
11
python : 2.7
8
12
script : flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
9
13
- name : " flake8 lint on Python 3.7"
10
14
dist : xenial # required for Python >= 3.7
11
15
python : 3.7
12
16
script : flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
17
+ allow_failures :
18
+ - name : " Check helpers on Python 2.7"
13
19
before_install : pip install --upgrade pip
14
20
install : pip install flake8
15
- script :
16
- # - set -euo pipefail
17
- - ./scripts/check-helpers.sh
18
- - ./scripts/py-style-check.sh
You can’t perform that action at this time.
0 commit comments