summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcclauss <cclauss@me.com>2019-09-06 13:12:17 +0200
committerRuben Bridgewater <ruben@bridgewater.de>2019-09-25 18:20:49 +0200
commitc1695c66353f24fb22fde4068ca6cb9c9fbd9c5f (patch)
treedcec8d817c42f0e217c60814b0455ff63831acb7
parentfa77dc5f3b7a5dbe04098870b6315b9970e5f5a3 (diff)
downloadnode-new-c1695c66353f24fb22fde4068ca6cb9c9fbd9c5f.tar.gz
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>
-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"