File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 5
5
include :
6
6
- name : " Python 2.7 on Linux"
7
7
python : 2.7
8
- - name : " Python 3.7 on Linux"
9
- python : 3.7
10
8
- name : " Python 2.7 on macOS"
11
9
os : osx
12
10
osx_image : xcode10.2
@@ -18,6 +16,18 @@ matrix:
18
16
node_js : 12 # node
19
17
env : PATH=/c/Python27:/c/Python27/Scripts:$PATH
20
18
before_install : choco install python2
19
+ - name : " Node.js 6 & Python 3.7 on Linux"
20
+ python : 3.7
21
+ before_install : nvm install 6
22
+ - name : " Node.js 8 & Python 3.7 on Linux"
23
+ python : 3.7
24
+ before_install : nvm install 8
25
+ - name : " Node.js 10 & Python 3.7 on Linux"
26
+ python : 3.7
27
+ before_install : nvm install 10
28
+ - name : " Node.js 12 & Python 3.7 on Linux"
29
+ python : 3.7
30
+ before_install : nvm install 12
21
31
allow_failures :
22
32
- os : windows
23
33
install :
@@ -26,7 +36,7 @@ install:
26
36
before_script :
27
37
- flake8 --version
28
38
# stop the build if there are Python syntax errors or undefined names
29
- - flake8 . --count --select=E9,F63,F72 ,F82 --show-source --statistics
39
+ - flake8 . --count --select=E9,F63,F7 ,F82 --show-source --statistics
30
40
# exit-zero treats all errors as warnings. Two space indentation is OK. The GitHub editor is 127 chars wide
31
41
- flake8 . --count --exit-zero --ignore=E111,E114,W503 --max-complexity=10 --max-line-length=127 --statistics
32
42
- npm install
You can’t perform that action at this time.
0 commit comments