summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 82a55c76e1..fad66798e0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -87,3 +87,18 @@ jobs:
- if [ "${TRAVIS_PULL_REQUEST}" != "false" ]; then
bash -x tools/lint-pr-commit-message.sh ${TRAVIS_PULL_REQUEST};
fi
+
+ - name: "Python 3 is EXPERIMENTAL"
+ 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"