diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 5758ffe695..a94ccae029 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,14 +7,12 @@ 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" + - PYTHON_VERSION="3.8.0" - PYTHON=python3 - - EXPERIMENTAL_NODE_GYP_PYTHON3="yes" + #- EXPERIMENTAL_NODE_GYP_PYTHON3="yes" jobs: include: - stage: "Compile" |