Skip to content

Commit 66225b8

Browse files
Sheppard, KevinSheppard, Kevin
authored andcommitted
TST: Try OSX build
1 parent 2ac533d commit 66225b8

File tree

1 file changed

+4
-20
lines changed

1 file changed

+4
-20
lines changed

.travis.yml

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,14 @@
44
# stack
55
sudo: false
66

7-
language: python
7+
language: objective-c
88

9-
matrix:
10-
fast_finish: true
11-
include:
12-
- python: 2.7
13-
env:
14-
- PYTHON=2.6
15-
- python: 2.7
16-
env:
17-
- PYTHON=2.7
18-
- python: 2.7
19-
env:
20-
- PYTHON=3.3
21-
- python: 2.7
22-
env:
23-
- PYTHON=3.4
24-
- python: 2.7
25-
env:
26-
- PYTHON=3.5
9+
env:
10+
- PYTHON=2.7
2711

2812
before_install:
13+
- which python
2914
- if [ ${TRAVIS_OS_NAME} = "osx" ]; then wget https://repo.continuum.io/miniconda/Miniconda-latest-MacOSX-x86_64.sh -O miniconda.sh; fi
30-
- if [ ${TRAVIS_OS_NAME} = "linux" ]; then wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh; fi
3115
- chmod +x miniconda.sh
3216
- ./miniconda.sh -b
3317
- export PATH=$HOME/miniconda/bin:$PATH

0 commit comments

Comments
 (0)