Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup: remove EXPERIMENTAL_NODE_GYP_PYTHON3="yes"
  • Loading branch information
cclauss authored Oct 17, 2019
commit 77fb26603582e9a015a5ee1fbfce67a39422fff1
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Comment thread
sam-github marked this conversation as resolved.
- PYTHON=python3
- EXPERIMENTAL_NODE_GYP_PYTHON3="yes"
jobs:
include:
- stage: "Compile"
Expand Down