Skip to content

Commit

Permalink
build: explain how to test Python 3.6 or 3.7
Browse files Browse the repository at this point in the history
This helps contributors understand how they can test Python 3.6 or 3.7
on Travis CI.

Helps with issues like:
- #29246 (comment)
  • Loading branch information
cclauss authored and sam-github committed Sep 5, 2019
1 parent 4e5bb25 commit 89129b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 89129b1

Please sign in to comment.