diff options
| author | Christian Clauss <cclauss@me.com> | 2019-10-17 09:54:05 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-17 09:54:05 +0300 |
| commit | 77fb26603582e9a015a5ee1fbfce67a39422fff1 (patch) | |
| tree | ab728c0103498a074ba5a7d80e7caf80ce0acd76 | |
| parent | 2ff431b7a08fab7938a73fb6f10ed76f151035aa (diff) | |
| download | node-new-Travis-test-Py36-or-Py37.tar.gz | |
fixup: remove EXPERIMENTAL_NODE_GYP_PYTHON3="yes"Travis-test-Py36-or-Py37
| -rw-r--r-- | .travis.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index 5758ffe695..8aa321ec16 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,15 +6,10 @@ 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=python3 - - EXPERIMENTAL_NODE_GYP_PYTHON3="yes" jobs: include: - stage: "Compile" |
