Skip to content

Commit edd5701

Browse files
authored
Merge pull request #1253 from juhasch/fix/travis
Remove OSX travis run
2 parents bc2e787 + 222df09 commit edd5701

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.travis.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,6 @@ matrix:
6767
- os: linux
6868
python: '3.6'
6969
env: TOXENV=py36-notebook
70-
# OSX tests, python 2 & 3
71-
# Use generic language on osx, get python via terryfy during before_install
72-
- os: osx
73-
language: generic
74-
env: OSX_PYTHON=2.7 TOXENV=py27-notebook
75-
- os: osx
76-
language: generic
77-
env: OSX_PYTHON=3.5 TOXENV=py35-notebook
78-
# finally, appveyor downloads from windows platform
7970
- os: linux
8071
python: '3.4'
8172
env: TOXENV=appveyorartifacts
@@ -91,19 +82,6 @@ before_install:
9182
- uname -a
9283
- id -un
9384
- id -Gn
94-
# install python on osx
95-
- 'if [[ ${OSX_PYTHON} ]]; then curl https://raw.githubusercontent.com/MacPython/terryfy/12a4641c4e922eb4a63c82732df8d0c5045430af/travis_tools.sh > travis_tools.sh; fi'
96-
- 'if [[ ${OSX_PYTHON} ]]; then source travis_tools.sh; fi'
97-
- 'if [[ ${OSX_PYTHON} ]]; then get_python_environment macpython $OSX_PYTHON venv; fi'
98-
# install 3.4 as it's the default for tox environments like clean, check
99-
- 'if [[ ${OSX_PYTHON} ]] && [[ ${OSX_PYTHON} != "3.4" ]]; then install_macpython 3.4; fi'
100-
# check which python installs are present/active
101-
- 'if [[ ${OSX_PYTHON} ]]; then echo "$PYTHON_EXE"; fi;'
102-
- 'if [[ ${OSX_PYTHON} ]]; then if [[ $(which python ) ]]; then ls -l $(which python ); else echo "missing"; fi; fi'
103-
- 'if [[ ${OSX_PYTHON} ]]; then if [[ $(which python2.7) ]]; then ls -l $(which python2.7); else echo "missing"; fi; fi'
104-
- 'if [[ ${OSX_PYTHON} ]]; then if [[ $(which python3.3) ]]; then ls -l $(which python3.3); else echo "missing"; fi; fi'
105-
- 'if [[ ${OSX_PYTHON} ]]; then if [[ $(which python3.4) ]]; then ls -l $(which python3.4); else echo "missing"; fi; fi'
106-
- 'if [[ ${OSX_PYTHON} ]]; then if [[ $(which python3.5) ]]; then ls -l $(which python3.5); else echo "missing"; fi; fi'
10785
# stuff for conda recipe
10886
- 'if [[ ${TOXENV} == "condarecipe" ]]; then wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh; fi'
10987
- 'if [[ ${TOXENV} == "condarecipe" ]]; then bash miniconda.sh -b -p $HOME/miniconda; fi'

0 commit comments

Comments
 (0)