File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,13 @@ after_success:
23
23
24
24
jobs :
25
25
include :
26
+ - stage : flake8
27
+ name : " Flake8 code checks"
28
+ python : 3.8
29
+ install :
30
+ - pip3 install flake8 flake8-docstrings flake8-per-file-ignores
31
+ script :
32
+ - flake8 --config ${TRAVIS_BUILD_DIR}/setup.cfg --docstring-convention numpy bin/ hpecp/ tests/
26
33
- stage : coverage_library
27
34
name : " Code coverage LIBRARY (./hpecp)"
28
35
python : 3.8
41
48
- coverage erase
42
49
- coverage run --source bin setup.py test
43
50
- coverage report -m --fail-under 32
44
- - stage : flake8
45
- name : " Flake8 code checks"
46
- python : 3.8
47
- install :
48
- - pip3 install flake8 flake8-docstrings flake8-per-file-ignores
49
- script :
50
- - flake8 --config ${TRAVIS_BUILD_DIR}/setup.cfg --docstring-convention numpy bin/ hpecp/ tests/
51
51
- stage : format
52
52
name : " Check code formatting"
53
53
python : 3.8
You can’t perform that action at this time.
0 commit comments