Skip to content

Commit ee18238

Browse files
cclausstargos
authored andcommitted
build: remove experimental Python 3 tests
These tests do not help us to get closer to Python 3 compatibility and they take up valuable time yet they always fail. PR-URL: #29413 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: David Carlier <[email protected]> Reviewed-By: Beth Griggs <[email protected]>
1 parent 7957b39 commit ee18238

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

.travis.yml

-28
Original file line numberDiff line numberDiff line change
@@ -87,31 +87,3 @@ jobs:
8787
- if [ "${TRAVIS_PULL_REQUEST}" != "false" ]; then
8888
bash -x tools/lint-pr-commit-message.sh ${TRAVIS_PULL_REQUEST};
8989
fi
90-
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)"
104-
language: node_js
105-
node_js: "node"
106-
install:
107-
- pyenv global 3.7.1
108-
- python3.7 -m pip install --upgrade pip
109-
- make lint-py-build
110-
script:
111-
- NODE=$(which node) make lint lint-py
112-
- python3.7 ./configure.py
113-
- NODE=$(which node) make test
114-
115-
allow_failures:
116-
- name: "Python 3 is EXPERIMENTAL (Py36)"
117-
- name: "Python 3 is EXPERIMENTAL (Py37)"

0 commit comments

Comments
 (0)