Browse Source

upgrade python

anonswap
Ofek Lev 6 years ago
parent
commit
dd3b2504c7
  1. 1
      .travis.yml
  2. 6
      .travis/install.sh

1
.travis.yml

@ -59,7 +59,6 @@ before_install:
- chmod +x .travis/prepare_windows_build.sh .travis/build_windows_wheels.sh
- .travis/prepare_windows_build.sh
- source .travis/install.sh
- pip install -U setuptools
install:
- python setup.py install
script:

6
.travis/install.sh

@ -9,9 +9,9 @@ if [[ $TRAVIS_OS_NAME == "osx" ]]; then
# We use the official python.org installers to make sure our wheels are
# going to be as widely compatible as possible
PYTHON_PKG_27="https://www.python.org/ftp/python/2.7.12/python-2.7.12-macosx10.6.pkg"
PYTHON_PKG_35="https://www.python.org/ftp/python/3.5.2/python-3.5.2-macosx10.6.pkg"
PYTHON_PKG_36="https://www.python.org/ftp/python/3.6.1/python-3.6.1-macosx10.6.pkg"
PYTHON_PKG_27="https://www.python.org/ftp/python/2.7.12/python-2.7.15-macosx10.6.pkg"
PYTHON_PKG_35="https://www.python.org/ftp/python/3.5.2/python-3.5.5-macosx10.6.pkg"
PYTHON_PKG_36="https://www.python.org/ftp/python/3.6.1/python-3.6.5-macosx10.6.pkg"
GET_PIP="https://bootstrap.pypa.io/get-pip.py"
# update brew

Loading…
Cancel
Save