Skip to content

Commit c1695c6

Browse files
cclaussBridgeAR
authored andcommitted
build: add comment to .travis.yml on how to test Py3
PR-URL: #29473 Reviewed-By: Sam Roberts <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent fa77dc5 commit c1695c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@ x-ccache-setup-steps: &ccache-setup-steps
66

77
os: linux
88
language: cpp
9+
# Currently this file can only support one PYTHON_VERSION.
10+
# To experiment with Python 3, comment out Python 2.7 and uncomment one of the Python 3 versions.
911
env:
1012
global:
1113
- PYTHON_VERSION="2.7.15"
14+
# - PYTHON_VERSION="3.6.7"
15+
# - PYTHON_VERSION="3.7.1"
1216
jobs:
1317
include:
1418
- stage: "Compile"

0 commit comments

Comments
 (0)