Skip to content

Commit

Permalink
build: add comment to .travis.yml on how to test Py3
Browse files Browse the repository at this point in the history
PR-URL: #29473
Reviewed-By: Sam Roberts <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
  • Loading branch information
cclauss authored and BridgeAR committed Sep 25, 2019
1 parent fa77dc5 commit c1695c6
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 c1695c6

Please sign in to comment.