Skip to content

Commit

Permalink
Fix improper call to {osx,linux}_config_env
Browse files Browse the repository at this point in the history
They don't exist apparently.
  • Loading branch information
Eric-Arellano committed Feb 19, 2019
1 parent 0da5f91 commit 621137e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,6 @@ py27_linux_build_wheels_ucs2: &py27_linux_build_wheels_ucs2
<<: *native_engine_cache_config
name: "Build wheels - Linux and cp27m (UCS2)"
env:
- *py27_linux_config_env
- *base_build_wheels_env
- CACHE_NAME=linuxwheelsbuild.ucs2
script:
Expand Down Expand Up @@ -456,7 +455,6 @@ py27_osx_build_wheels_ucs4: &py27_osx_build_wheels_ucs4
packages:
- openssl
env:
- *py27_osx_config_env
- *base_build_wheels_env
- CACHE_NAME=osxwheelsbuild.ucs4
- PATH="/usr/local/opt/openssl/bin:$PATH" LDFLAGS="-L/usr/local/opt/openssl/lib" CPPFLAGS="-I/usr/local/opt/openssl/include" PYENV_ROOT="${HOME}/.pyenv" PATH="${PYENV_ROOT}/shims:${PATH}"
Expand Down
2 changes: 0 additions & 2 deletions build-support/travis/travis.yml.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,6 @@ py27_linux_build_wheels_ucs2: &py27_linux_build_wheels_ucs2
<<: *native_engine_cache_config
name: "Build wheels - Linux and cp27m (UCS2)"
env:
- *py27_linux_config_env
- *base_build_wheels_env
- CACHE_NAME=linuxwheelsbuild.ucs2
script:
Expand Down Expand Up @@ -435,7 +434,6 @@ py27_osx_build_wheels_ucs4: &py27_osx_build_wheels_ucs4
packages:
- openssl
env:
- *py27_osx_config_env
- *base_build_wheels_env
- CACHE_NAME=osxwheelsbuild.ucs4
- {{>env_osx_with_pyenv}}
Expand Down

0 comments on commit 621137e

Please sign in to comment.