File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 88
88
bash -x tools/lint-pr-commit-message.sh ${TRAVIS_PULL_REQUEST};
89
89
fi
90
90
91
- - name : " Python 3 is EXPERIMENTAL"
91
+ - name : " Python 3 is EXPERIMENTAL (Py36)"
92
+ language : node_js
93
+ node_js : " node"
94
+ install :
95
+ - pyenv global 3.6.7
96
+ - python3.6 -m pip install --upgrade pip
97
+ - make lint-py-build
98
+ script :
99
+ - NODE=$(which node) make lint lint-py
100
+ - python3.6 ./configure.py
101
+ - NODE=$(which node) make test
102
+
103
+ - name : " Python 3 is EXPERIMENTAL (Py37)"
92
104
language : node_js
93
105
node_js : " node"
94
106
install :
@@ -101,4 +113,5 @@ jobs:
101
113
- NODE=$(which node) make test
102
114
103
115
allow_failures :
104
- - name : " Python 3 is EXPERIMENTAL"
116
+ - name : " Python 3 is EXPERIMENTAL (Py36)"
117
+ - name : " Python 3 is EXPERIMENTAL (Py37)"
You can’t perform that action at this time.
0 commit comments