File tree Expand file tree Collapse file tree 1 file changed +4
-20
lines changed Expand file tree Collapse file tree 1 file changed +4
-20
lines changed Original file line number Diff line number Diff line change 4
4
# stack
5
5
sudo : false
6
6
7
- language : python
7
+ language : objective-c
8
8
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
27
11
28
12
before_install :
13
+ - which python
29
14
- 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
31
15
- chmod +x miniconda.sh
32
16
- ./miniconda.sh -b
33
17
- export PATH=$HOME/miniconda/bin:$PATH
You can’t perform that action at this time.
0 commit comments