File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 11language : python
22matrix :
33 include :
4- - name : " generic tests on Python 2.7"
4+ - name : " Check helpers on Python 2.7"
55 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
610 - name : " flake8 lint on Python 2.7"
711 python : 2.7
812 script : flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
913 - name : " flake8 lint on Python 3.7"
1014 dist : xenial # required for Python >= 3.7
1115 python : 3.7
1216 script : flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
17+ allow_failures :
18+ - name : " Check helpers on Python 2.7"
1319before_install : pip install --upgrade pip
1420install : 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