summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2019-09-03 08:21:52 +0200
committerGitHub <noreply@github.com>2019-09-03 08:21:52 +0200
commit8ba08a2f1266fd0d4a2f958ea5801151078c953d (patch)
tree7ad1f988a03c5a2e256bc1333eae0e30f000aadf
parentd62d2b456031539617a9e615c3e62c199a7e7dfe (diff)
downloadnode-new-Remove-Python-3-tests.tar.gz
build: remove experimental Python 3 testsRemove-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.
-rw-r--r--.travis.yml28
1 files changed, 0 insertions, 28 deletions
diff --git a/.travis.yml b/.travis.yml
index 88f0c6cdbd..82a55c76e1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -87,31 +87,3 @@ jobs:
- if [ "${TRAVIS_PULL_REQUEST}" != "false" ]; then
bash -x tools/lint-pr-commit-message.sh ${TRAVIS_PULL_REQUEST};
fi
-
- - name: "Python 3 is EXPERIMENTAL (Py36)"
- language: node_js
- node_js: "node"
- install:
- - pyenv global 3.6.7
- - python3.6 -m pip install --upgrade pip
- - make lint-py-build
- script:
- - NODE=$(which node) make lint lint-py
- - python3.6 ./configure.py
- - NODE=$(which node) make test
-
- - name: "Python 3 is EXPERIMENTAL (Py37)"
- language: node_js
- node_js: "node"
- install:
- - pyenv global 3.7.1
- - python3.7 -m pip install --upgrade pip
- - make lint-py-build
- script:
- - NODE=$(which node) make lint lint-py
- - python3.7 ./configure.py
- - NODE=$(which node) make test
-
- allow_failures:
- - name: "Python 3 is EXPERIMENTAL (Py36)"
- - name: "Python 3 is EXPERIMENTAL (Py37)"