Skip to content

Commit

Permalink
2.6 does not get wheels on mac since I would have to ignore ssl which…
Browse files Browse the repository at this point in the history
… I do not think im willing to do
  • Loading branch information
Bachmann1234 committed May 31, 2017
1 parent 64fcdc1 commit a95bd11
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,6 @@ matrix:
env:
- MB_PYTHON_VERSION=3.6
- PLAT=i686
- os: osx
language: generic
osx_image: xcode6.4
env:
- MB_PYTHON_VERSION=2.6
- os: osx
language: generic
env:
Expand Down
18 changes: 9 additions & 9 deletions config.sh
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#!/usr/bin/env bash
# Define custom utilities
# Test for OSX with [ -n "$IS_OSX" ]
function pre_build {
if [ -n "$IS_OSX" ]; then
if [ ${MB_PYTHON_VERSION} == 2.6 ]; then
yes | pip uninstall pip
easy_install pip==1.2.1
fi
fi
pip --version
}
#function pre_build {
# if [ -n "$IS_OSX" ]; then
# if [ ${MB_PYTHON_VERSION} == 2.6 ]; then
# yes | pip uninstall pip
# easy_install pip==1.2.1
# fi
# fi
# pip --version
#}

function bdist_with_static_deps {
local abs_wheelhouse=$1
Expand Down

0 comments on commit a95bd11

Please sign in to comment.