Skip to content

Commit 89129b1

Browse files
cclausssam-github
authored andcommitted
build: explain how to test Python 3.6 or 3.7
This helps contributors understand how they can test Python 3.6 or 3.7 on Travis CI. Helps with issues like: - #29246 (comment)
1 parent 4e5bb25 commit 89129b1

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)