We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa77dc5 commit c1695c6Copy full SHA for c1695c6
.travis.yml
@@ -6,9 +6,13 @@ x-ccache-setup-steps: &ccache-setup-steps
6
7
os: linux
8
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.
11
env:
12
global:
13
- PYTHON_VERSION="2.7.15"
14
+ # - PYTHON_VERSION="3.6.7"
15
+ # - PYTHON_VERSION="3.7.1"
16
jobs:
17
include:
18
- stage: "Compile"
0 commit comments