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>
This commit is contained in:
cclauss 2019-09-06 13:12:17 +02:00 committed by Sam Roberts
parent 2833a0d8b7
commit 6723169097

View File

@ -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"