We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 783c8ee commit def5c3eCopy full SHA for def5c3e
1 file changed
.travis.yml
@@ -88,7 +88,19 @@ jobs:
88
bash -x tools/lint-pr-commit-message.sh ${TRAVIS_PULL_REQUEST};
89
fi
90
91
- - name: "Python 3 is EXPERIMENTAL"
+ - 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)"
104
language: node_js
105
node_js: "node"
106
install:
@@ -101,4 +113,5 @@ jobs:
113
- NODE=$(which node) make test
114
115
allow_failures:
116
117
0 commit comments