@@ -67,15 +67,6 @@ matrix:
67
67
- os : linux
68
68
python : ' 3.6'
69
69
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
79
70
- os : linux
80
71
python : ' 3.4'
81
72
env : TOXENV=appveyorartifacts
@@ -91,19 +82,6 @@ before_install:
91
82
- uname -a
92
83
- id -un
93
84
- 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'
107
85
# stuff for conda recipe
108
86
- ' if [[ ${TOXENV} == "condarecipe" ]]; then wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh; fi'
109
87
- ' if [[ ${TOXENV} == "condarecipe" ]]; then bash miniconda.sh -b -p $HOME/miniconda; fi'
0 commit comments