summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorcclauss <cclauss@me.com>2019-09-06 13:12:17 +0200
committerSam Roberts <vieuxtech@gmail.com>2019-09-09 14:31:30 -0700
commit6723169097759502da11c47389ffb3d650404417 (patch)
tree2170916ca26b123ffe4461e2187ae74156892feb /.travis.yml
parent2833a0d8b7c3f0f5e80059d7a428328c96cbee54 (diff)
downloadandroid-node-v8-6723169097759502da11c47389ffb3d650404417.tar.gz
android-node-v8-6723169097759502da11c47389ffb3d650404417.tar.bz2
android-node-v8-6723169097759502da11c47389ffb3d650404417.zip
build: add comment to .travis.yml on how to test Py3
PR-URL: https://github.com/nodejs/node/pull/29473 Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 82a55c76e1..e3cf371831 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,9 +6,13 @@ x-ccache-setup-steps: &ccache-setup-steps
os: linux
language: cpp
+# Currently this file can only support one PYTHON_VERSION.
+# To experiment with Python 3, comment out Python 2.7 and uncomment one of the Python 3 versions.
env:
global:
- PYTHON_VERSION="2.7.15"
+ # - PYTHON_VERSION="3.6.7"
+ # - PYTHON_VERSION="3.7.1"
jobs:
include:
- stage: "Compile"